Refactor: ITSM-NG (#12918)

This commit is contained in:
CanbiZ (MickLesk)
2026-03-15 20:08:39 +01:00
committed by GitHub
parent a680a5a9d0
commit d3428ff1f0
2 changed files with 20 additions and 23 deletions
+6 -1
View File
@@ -30,9 +30,14 @@ function update_script() {
fi
setup_mariadb
msg_info "Updating LXC"
msg_info "Updating ITSM-NG"
$STD apt update
$STD apt -y upgrade
chown -R www-data:www-data /var/lib/itsm-ng
mkdir -p /usr/share/itsm-ng/css/palettes
chown -R www-data:www-data /usr/share/itsm-ng/css
chown -R www-data:www-data /usr/share/itsm-ng/css_compiled
chown www-data:www-data /etc/itsm-ng/config_db.php
msg_ok "Updated successfully!"
exit
}