diff --git a/lib.sh b/lib.sh index cb9bc86f..2e62c619 100644 --- a/lib.sh +++ b/lib.sh @@ -51,6 +51,9 @@ GITHUB_REPO="https://raw.githubusercontent.com/nextcloud/vm/master" STATIC="$GITHUB_REPO/static" LETS_ENC="$GITHUB_REPO/lets-encrypt" APP="$GITHUB_REPO/apps" +OLD="$GITHUB_REPO/old" +ADDONS="$GITHUB_REPO/addons" +VAGRANT_DIR="$GITHUB_REPO/vagrant" NCREPO="https://download.nextcloud.com/server/releases" ISSUES="https://github.com/nextcloud/vm/issues" # User information diff --git a/static/server_configuration.sh b/static/server_configuration.sh index 88248d49..b2d797d9 100644 --- a/static/server_configuration.sh +++ b/static/server_configuration.sh @@ -42,7 +42,7 @@ choice=$(whiptail --title "Server configurations" --checklist "Choose what you w case "$choice" in *"Disk Check"*) clear - run_script STATIC smartctl + run_script ADDONS smartctl ;;& *"Security"*) clear