summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2014-06-04 12:26:34 +0200
committerSimon Rettberg2014-06-04 12:26:34 +0200
commit7e9471ade168b9196f09e98f246669bee96e0f61 (patch)
tree0c19764a38be5eb60df1d4b0cab2af0b619c89fa
parentInitial commit (diff)
downloadtmlite-bwlp-7e9471ade168b9196f09e98f246669bee96e0f61.tar.gz
tmlite-bwlp-7e9471ade168b9196f09e98f246669bee96e0f61.tar.xz
tmlite-bwlp-7e9471ade168b9196f09e98f246669bee96e0f61.zip
Fix vmstore mount point
-rwxr-xr-xscripts/mount-store2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mount-store b/scripts/mount-store
index 1291d1a..098dba6 100755
--- a/scripts/mount-store
+++ b/scripts/mount-store
@@ -15,7 +15,7 @@ PASSWORD="$4"
# but maybe there will be other storage types in the future.
case "$WHAT" in
images)
- DEST="/opt/openslx/nfs"
+ DEST="/srv/openslx/nfs"
;;
*)
echo "Invalid/Unknown mount type: '$WHAT'." >&2