We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03f1fa commit c8eae94Copy full SHA for c8eae94
testappimage
@@ -35,7 +35,7 @@ mkdir -p /tmp/$PREF/iso
35
mkdir -p /tmp/$PREF/workdir
36
37
# openSUSE LEAP 42.2 does not have a tmpfs in /tmp but we need this
38
-mount | grep "/tmp type tmpfs" || sudo mount -t tmpfs tmpfs /tmp/
+mount | grep -q "/tmp type tmpfs" || sudo mount -t tmpfs tmpfs /tmp/
39
40
# If ISO was specified, then mount it and find contained filesystem
41
THEFS="$1"
0 commit comments