mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
Add new vars for folders (#1291)
This commit is contained in:
parent
15759a30a5
commit
a226db6b23
3
lib.sh
3
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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user