1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00

cron job is deleted while removing the app

This commit is contained in:
Anmol 2017-07-19 04:48:58 +05:30
parent 308fb41937
commit b6079bfbbe

View file

@ -21,7 +21,7 @@ REMOVE_NGINX_CONF # Suppression de la configuration nginx
REMOVE_FPM_CONF # Suppression de la configuration du pool php-fpm
# Remove poller cron job
sudo rm -f /etc/cron.d/poller-cron
sudo rm -f /etc/cron.d/$app
# Restore php.ini as it was before installing hubzilla
if [ "$run_exec" = "Yes" ];