mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update UPDATE.sh
This commit is contained in:
parent
5f58728792
commit
cb306c53f8
@ -135,6 +135,10 @@ FUNCTIONS=(
|
||||
# set cronjobs
|
||||
set_system_cronjob
|
||||
|
||||
|
||||
# remove goaccess since we now use docker
|
||||
uninstall_goaccess
|
||||
|
||||
# delete temp files and (maybe) old panel versison
|
||||
cleanup
|
||||
|
||||
@ -416,6 +420,13 @@ run_custom_postupdate_script() {
|
||||
|
||||
|
||||
|
||||
|
||||
uninstall_goaccess() {
|
||||
echo "Removing GoAccess service.."
|
||||
apt-get uninstall goaccess -y
|
||||
}
|
||||
|
||||
|
||||
update_services() {
|
||||
echo "Updating services.."
|
||||
# nothing for 0.1.7
|
||||
|
Loading…
Reference in New Issue
Block a user