We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d2a41 commit 4ad034cCopy full SHA for 4ad034c
includes.container/usr/share/init.d/050-mount-tmp.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
3
echo "Mounting tmpfs in /tmp"
4
-mount mount -t tmpfs -o nodev,nosuid,mode=1777 tmpfs /tmp
+mount -t tmpfs -o nodev,nosuid,mode=1777 tmpfs /tmp
0 commit comments