summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index cdecb73..35df052 100644
--- a/install.sh
+++ b/install.sh
@@ -71,7 +71,7 @@ if [[ "$EUID" = 0 ]]; then
send_error_message "YAMS has to run without sudo! Please, run it again with regular permissions"
fi
-default_install_location="/opt/yams"
+default_install_directory="/opt/yams"
read -p "Where do you want to install the docker-compose file? [$default_install_location]: " install_directory
install_directory=${install_directory:-$default_install_directory}