Update tinyauth
This commit is contained in:
parent
1c961647e1
commit
cf85c95ae5
@ -21,6 +21,10 @@ catch_errors
|
||||
|
||||
function update_script() {
|
||||
header_info
|
||||
if [ ! -d /opt/tinyauth ]; then
|
||||
msg_error "No ${APP} Installation Found!"
|
||||
exit 1
|
||||
fi
|
||||
msg_info "Updating Alpine Packages"
|
||||
$STD apk update && apk upgrade
|
||||
msg_ok "Updated Alpine Packages"
|
||||
|
Loading…
x
Reference in New Issue
Block a user