LimeSurvey: small fixes

This commit is contained in:
tremor021
2025-10-10 22:04:09 +02:00
parent 1617d41603
commit 481ef8eeaa
2 changed files with 37 additions and 4 deletions

View File

@@ -27,10 +27,8 @@ function update_script() {
msg_error "No ${APP} Installation Found!"
exit
fi
msg_info "Updating $APP LXC"
$STD apt-get update
$STD apt-get -y upgrade
msg_ok "Updated $APP LXC"
msg_warn "Application is updated via Web Interface"
exit
}