summaryrefslogtreecommitdiffstats
path: root/scripts/mount-store
diff options
context:
space:
mode:
authorSimon Rettberg2014-10-19 20:39:09 +0200
committerSimon Rettberg2014-10-19 20:39:09 +0200
commita770ddee4c7f2fa0e230064b6993e860f58bd239 (patch)
treec67bf6fb8203f57adc5c6aed560d6bd137c00636 /scripts/mount-store
parentLdapSearch: Add option to search for specific user to get their dn (diff)
downloadtmlite-bwlp-a770ddee4c7f2fa0e230064b6993e860f58bd239.tar.gz
tmlite-bwlp-a770ddee4c7f2fa0e230064b6993e860f58bd239.tar.xz
tmlite-bwlp-a770ddee4c7f2fa0e230064b6993e860f58bd239.zip
bwlehrpool user was renamed
Diffstat (limited to 'scripts/mount-store')
-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"