mirror of
https://github.com/YunoHost-Apps/bozon_ynh.git
synced 2024-09-03 18:16:09 +02:00
test
This commit is contained in:
parent
2843a2d5e9
commit
c2e4d0da47
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ backup_core_only=$(ynh_app_setting_get "$app" backup_core_only)
|
|||
final_path="/var/www/$app"
|
||||
data_path="/home/yunohost.app/$app"
|
||||
nginx_conf="/etc/nginx/conf.d/$domain.d/$app.conf"
|
||||
phpfpm_conf="/etc/php5/fpm/pool.d/$app}.conf"
|
||||
phpfpm_conf="/etc/php5/fpm/pool.d/$app.conf"
|
||||
|
||||
# check domain/path availability
|
||||
ynh_webpath_available "$domain" "$path_url"
|
||||
|
|
Loading…
Reference in a new issue