Upgraded YAMS version to v2.0 #60

Merged
rogs merged 32 commits from v2 into master 2023-10-21 22:02:31 -03:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9014e10cc1 - Show all commits

View File

@ -177,7 +177,7 @@ fi
:END: :END:
#+begin_src bash #+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 read -p "Where do you want to install the docker-compose file? [$default_install_location]: " install_directory
install_directory=${install_directory:-$default_install_directory} install_directory=${install_directory:-$default_install_directory}

View File

@ -71,7 +71,7 @@ if [[ "$EUID" = 0 ]]; then
send_error_message "YAMS has to run without sudo! Please, run it again with regular permissions" send_error_message "YAMS has to run without sudo! Please, run it again with regular permissions"
fi 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 read -p "Where do you want to install the docker-compose file? [$default_install_location]: " install_directory
install_directory=${install_directory:-$default_install_directory} install_directory=${install_directory:-$default_install_directory}