Update alpine-adguard.sh

indentation
This commit is contained in:
tteckster 2023-03-22 17:43:40 -04:00 committed by GitHub
parent 4fb8b00240
commit e70da12429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 14 deletions

View File

@ -53,7 +53,8 @@ function default_settings() {
function update_script() {
while true; do
CHOICE=$(whiptail --title "SUPPORT" --menu "Select option" 11 58 2 \
CHOICE=$(
whiptail --title "SUPPORT" --menu "Select option" 11 58 2 \
"1" "Update LXC OS" \
"2" "Manually Update AdGuardHome" 3>&2 2>&1 1>&3
)