Update pialert.sh

tweak
This commit is contained in:
tteckster 2023-09-18 08:59:59 -04:00 committed by GitHub
parent 6d360c6d43
commit 4ad7bbd884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ header_info
if [[ ! -d /opt/pialert ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
update
msg_ok "Updated $APP"
exit
}
start