summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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