This commit is contained in:
ericgaspar
2021-07-26 10:28:14 +02:00
parent bfb36f313c
commit a93ada3001
7 changed files with 76 additions and 68 deletions
+8
View File
@@ -74,6 +74,14 @@ ynh_script_progression --message="Removing the cron file..."
# Remove a cron file
ynh_secure_remove --file="/etc/cron.d/$app"
#=================================================
# REMOVE DEDICATED USER
#=================================================
ynh_script_progression --message="Removing the dedicated system user..."
# Delete a system user
ynh_system_user_delete --username=$app
#=================================================
# END OF SCRIPT
#=================================================