1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitea_ynh.git synced 2024-09-03 20:36:22 +02:00

Delete /home/$app in remove script

This commit is contained in:
tituspijean 2021-05-13 10:51:37 +02:00
parent 001c90e051
commit 7f8c5c8549

View file

@ -45,6 +45,7 @@ ynh_remove_nginx_config
# Remove gitea user and data
ynh_script_progression --message="Removing the dedicated system user..."
ynh_system_user_delete $app
ynh_secure_remove --file="$DATADIR"
# Remove init script
ynh_script_progression --message="Removing systemd units..."