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:
parent
001c90e051
commit
7f8c5c8549
1 changed files with 1 additions and 0 deletions
|
@ -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..."
|
||||
|
|
Loading…
Add table
Reference in a new issue