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

Fix cron remove, not needed

This commit is contained in:
Yalh 2019-01-29 22:00:06 +01:00
parent 5002ab63a1
commit 088bd4971e

View file

@ -102,7 +102,7 @@ fi
#================================================= #=================================================
# Remove a cron file # Remove a cron file
ynh_secure_remove "/etc/cron.d/$app" #ynh_secure_remove "/etc/cron.d/$app"
# Remove a directory securely # Remove a directory securely
ynh_secure_remove "/etc/$app/" ynh_secure_remove "/etc/$app/"