1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bozon_ynh.git synced 2024-09-03 18:16:09 +02:00
This commit is contained in:
ewilly 2016-10-11 22:02:17 +02:00
parent 6a75dbb93d
commit a69acbafbd

View file

@ -84,8 +84,8 @@ sudo chmod 644 "$phpfpm_conf"
## set temporary public access
ynh_app_setting_set "$app" unprotected_uris "/"
## start app
sudo service nginx reload
sudo yunohost app ssowatconf
sudo service php5-fpm restart || true
sudo service nginx restart || true
## fill the superadmin creation form
curl_path=$([ "$path" == "/" ] || echo "$path")
sudo curl -k -X POST \