Update tinyauth

This commit is contained in:
tremor021 2025-03-25 20:48:59 +01:00
parent 1c961647e1
commit cf85c95ae5

View File

@ -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"