Add new vars for folders (#1291)

This commit is contained in:
Daniel Hansson 2020-06-15 20:13:16 +02:00 committed by GitHub
parent 15759a30a5
commit a226db6b23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

3
lib.sh
View File

@ -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

View File

@ -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