summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mount-store4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mount-store b/scripts/mount-store
index 5842d23..cd31952 100755
--- a/scripts/mount-store
+++ b/scripts/mount-store
@@ -81,10 +81,10 @@ if [ "$RET" == "0" ]; then
chmod ug+x "$DIR" 2>/dev/null
done
TEST="$DEST/.test-$RAND-$RAND"
- sudo -n -u bwlehrpool touch "$TEST"
+ sudo -n -u dmsd touch "$TEST"
RET=$?
if [ -e "$TEST" ]; then
- sudo -n -u bwlehrpool rm -f "$TEST"
+ sudo -n -u dmsd rm -f -- "$TEST"
else
echo "Error: Mounted share is not writable, aborting." >&2
umount -v "$DEST"