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:
parent
308fb41937
commit
b6079bfbbe
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ REMOVE_NGINX_CONF # Suppression de la configuration nginx
|
||||||
REMOVE_FPM_CONF # Suppression de la configuration du pool php-fpm
|
REMOVE_FPM_CONF # Suppression de la configuration du pool php-fpm
|
||||||
|
|
||||||
# Remove poller cron job
|
# 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
|
# Restore php.ini as it was before installing hubzilla
|
||||||
if [ "$run_exec" = "Yes" ];
|
if [ "$run_exec" = "Yes" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue