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

Reload nginx after restore

This commit is contained in:
Josué Tille 2017-08-16 14:34:36 +02:00
parent f914bbc8ee
commit 824a083cd7

View file

@ -19,4 +19,5 @@ ynh_webpath_available $domain $path || ynh_die "$domain/$path is not available,
# Restore all config and data
ynh_restore
# Reload nginx
systemctl reload nginx.service