mirror of
https://github.com/YunoHost-Apps/monitorix_ynh.git
synced 2024-09-03 19:46:06 +02:00
fix upgrade
This commit is contained in:
parent
06a3a2358a
commit
3f42cd562d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ ynh_mysql_connect_as --user=$db_user --password=$db_pwd --database=$db_name < ./
|
|||
ynh_script_progression --message="Restoring system configurations related to $app..." --weight=1
|
||||
|
||||
ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
|
||||
ynh_restore_file --src_path "/etc/nginx/conf.d/monitorix_status.conf"
|
||||
ynh_restore_file --origin_path "/etc/nginx/conf.d/monitorix_status.conf"
|
||||
|
||||
ynh_restore_file --origin_path="/etc/systemd/system/$app.service"
|
||||
systemctl enable $app.service --quiet
|
||||
|
|
Loading…
Reference in a new issue