mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-24 17:44:44 +00:00
Refactor: ITSM-NG (#12918)
This commit is contained in:
committed by
GitHub
parent
a680a5a9d0
commit
d3428ff1f0
+6
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user