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

Update remove

This commit is contained in:
Éric Gaspar 2024-05-16 10:33:05 +02:00
parent f470ce4365
commit 2c86830972

View file

@ -25,16 +25,10 @@ fi
ynh_remove_systemd_config
# =================================================
# STOP AND REMOVE SERVICE
#=================================================
ynh_script_progression --message="Stopping and removing the systemd service..." --weight=1
killall cjdroute
# Remove other various files specific to the app... such as :
# Remove other various files specific to the app...
ynh_secure_remove --file="/var/log/$app"
ynh_secure_remove --file="$install_dir"
#=================================================
# END OF SCRIPT