1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lutim_ynh.git synced 2024-09-03 19:36:24 +02:00

Delete dedicated user

This commit is contained in:
Maniack Crudelis 2019-01-31 11:53:55 +01:00
parent 0c2af89b61
commit f9d7f124f0

View file

@ -79,6 +79,16 @@ ynh_remove_logrotate
ynh_secure_remove "/etc/cron.d/$app"
#=================================================
# GENERIC FINALISATION
#=================================================
# REMOVE DEDICATED USER
#=================================================
ynh_script_progression --message="Remove the dedicated user" --weight=5
# Delete dedicated system user
ynh_system_user_delete $app
#=================================================
# END OF SCRIPT
#=================================================