1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/drupal_ynh.git synced 2024-09-03 18:35:53 +02:00

Update upgrade

This commit is contained in:
yalh76 2019-05-10 00:56:29 +02:00
parent e99ef8c455
commit 8831923136

View file

@ -190,6 +190,13 @@ ynh_print_info --message="Reloading nginx web server..."
systemctl reload nginx
#=================================================
# RESTART CRON
#=================================================
ynh_print_info --message="Restarting cron..."
systemctl restart cron
#=================================================
# END OF SCRIPT
#=================================================