1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coturn_ynh.git synced 2024-09-03 18:16:32 +02:00

Update remove

This commit is contained in:
ericgaspar 2021-01-25 13:58:38 +01:00
parent 597b1b0af7
commit b4e6b14766
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -75,6 +75,7 @@ ynh_secure_remove --file="/home/yunohost.app/$app"
#=================================================
# REMOVE CRON JOB
#=================================================
# Remove a cron file
ynh_secure_remove --file="/etc/cron.d/$app"
@ -108,6 +109,7 @@ fi
ynh_script_progression --message="Removing the dedicated system user..." --weight=1
# Delete a system user
userdel turnserver ssl-cert
ynh_system_user_delete --username=turnserver
#=================================================