summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorroot2015-07-10 14:52:42 +0200
committerroot2015-07-10 14:52:42 +0200
commitbe96861dc417f6b708d51c44cccdde085d3b16f3 (patch)
tree971cb5224c399f728c1833b118b9d8a0f4249ec2 /scripts
parentAlways include home-mount-script in ad module; add support for fetching homed... (diff)
downloadtmlite-bwlp-be96861dc417f6b708d51c44cccdde085d3b16f3.tar.gz
tmlite-bwlp-be96861dc417f6b708d51c44cccdde085d3b16f3.tar.xz
tmlite-bwlp-be96861dc417f6b708d51c44cccdde085d3b16f3.zip
[tmlite-bwlp] mount-store script: corr. var $RANDOM
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