summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mount-store2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mount-store b/scripts/mount-store
index e7e9354..51080fa 100755
--- a/scripts/mount-store
+++ b/scripts/mount-store
@@ -87,7 +87,7 @@ fi
if [ "$RET" == "0" ]; then
chgrp -R images "$DEST" 2>/dev/null
chmod -R ug+rwX "$DEST" 2>/dev/null
- TEST="$DEST/.test-$RAND-$RAND"
+ TEST="$DEST/.test-$RANDOM-$RANDOM"
sudo -n -u dmsd touch "$TEST"
RET=$?
if [ -e "$TEST" ]; then