diff --git a/scripts/restore b/scripts/restore index 068c32b..ef62cde 100755 --- a/scripts/restore +++ b/scripts/restore @@ -11,4 +11,4 @@ sudo cp -a $backup_dir/yunohost/. /etc/yunohost/apps/dokuwiki domain=$(sudo yunohost app setting dokuwiki domain) sudo cp -a $backup_dir/nginx.conf /etc/nginx/conf.d/$domain.d/dokuwiki.conf -sudo service nginx restart \ No newline at end of file +sudo service nginx reload \ No newline at end of file