From 9014e10cc1605dc1ff2a10991c77fb720fad80e8 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 21 Oct 2023 18:33:56 -0300 Subject: Fixed typo --- docs.org | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} -- cgit v1.2.3