mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Misc fixes in upgrade
This commit is contained in:
parent
4f64985c8c
commit
41765a8f48
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,7 @@ ynh_mysql_drop_db $db_name
|
||||||
ynh_mysql_drop_user $db_user
|
ynh_mysql_drop_user $db_user
|
||||||
|
|
||||||
# Remove src and venv
|
# Remove src and venv
|
||||||
ynh_secure_remove /opt/yunohost/ihatemoney/
|
ynh_secure_remove /opt/yunohost/ihatemoney
|
||||||
|
|
||||||
# Remove settings
|
# Remove settings
|
||||||
ynh_secure_remove /etc/ihatemoney
|
ynh_secure_remove /etc/ihatemoney
|
||||||
|
@ -30,5 +30,8 @@ ynh_remove_nginx_config
|
||||||
# Restart services
|
# Restart services
|
||||||
systemctl force-reload supervisor
|
systemctl force-reload supervisor
|
||||||
|
|
||||||
|
# Remove app dependencies
|
||||||
|
ynh_remove_app_dependencies
|
||||||
|
|
||||||
# Delete user
|
# Delete user
|
||||||
userdel ihatemoney
|
userdel ihatemoney
|
||||||
|
|
Loading…
Reference in a new issue