diff --git a/docs.org b/docs.org index 59eff9f..d7f9606 100644 --- a/docs.org +++ b/docs.org @@ -177,7 +177,7 @@ fi :END: #+begin_src bash -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} 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}