summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-10-21 18:33:56 -0300
committerRoger Gonzalez <roger@rogs.me>2023-10-21 18:33:56 -0300
commit9014e10cc1605dc1ff2a10991c77fb720fad80e8 (patch)
treecffb04c4c46c5a3515f074eddaf6840c23b99683 /install.sh
parent89405ac84dc6fbb61fb71303cdc60ef4e1db22a9 (diff)
Fixed typo
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}