#!/bin/sh

This commit is contained in:
tteckster 2023-03-21 14:05:32 -04:00 committed by GitHub
parent f72a12721c
commit bed617c8a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -53,6 +53,7 @@ function default_settings() {
function update_script() { function update_script() {
header_info header_info
if [[ ! -d /opt/AdGuardHome ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
normal=$(echo "\033[m") normal=$(echo "\033[m")
menu=$(echo "\033[36m") menu=$(echo "\033[36m")
number=$(echo "\033[33m") number=$(echo "\033[33m")

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/bin/sh
# Copyright (c) 2021-2023 tteck # Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster) # Author: tteck (tteckster)