diff options
Diffstat (limited to 'scripts/check-mount.sh')
-rw-r--r-- | scripts/check-mount.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/check-mount.sh b/scripts/check-mount.sh new file mode 100644 index 0000000..ef9ae16 --- /dev/null +++ b/scripts/check-mount.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +while [ "z`/bin/grep /opt/usr /proc/mounts`" == "z" ] +do /bin/sleep 0.5 +done |