1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00
This commit is contained in:
ariasuni 2017-12-31 20:55:47 +00:00 committed by GitHub
commit 09b32b9b68

View file

@ -6,7 +6,6 @@
# IMPORT GENERIC HELPERS
#=================================================
# source _common.sh
source /usr/share/yunohost/helpers
#=================================================
@ -49,7 +48,9 @@ ynh_abort_if_errors # Active trap pour arrêter le script si une erreur est dét
#=================================================
# Remove old cron job
ynh_secure_remove "/etc/cron.d/$app"
if [ -e "/etc/cron.d/$app" ]; then
ynh_secure_remove "/etc/cron.d/$app"
fi
#=================================================
# CHECK THE PATH