Skip to content

Commit 4ad034c

Browse files
authored
fix typo in tmp mount script
1 parent 69d2a41 commit 4ad034c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
echo "Mounting tmpfs in /tmp"
4-
mount mount -t tmpfs -o nodev,nosuid,mode=1777 tmpfs /tmp
4+
mount -t tmpfs -o nodev,nosuid,mode=1777 tmpfs /tmp

0 commit comments

Comments
 (0)