mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
[test] bug fichier restore
This commit is contained in:
parent
f56c8f2676
commit
500214b5ef
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ fi
|
||||||
nginx_conf="/etc/nginx/conf.d/${domain}.d/nginx.conf"
|
nginx_conf="/etc/nginx/conf.d/${domain}.d/nginx.conf"
|
||||||
if [ -f $nginx_conf ]; then
|
if [ -f $nginx_conf ]; then
|
||||||
ynh_die "The NGINX configuration already exists at '${nginx_conf}'. You should safely delete it before restoring this app."
|
ynh_die "The NGINX configuration already exists at '${nginx_conf}'. You should safely delete it before restoring this app."
|
||||||
|
fi
|
||||||
# Check configuration files php-fpm
|
# Check configuration files php-fpm
|
||||||
phpfpm_conf="/etc/php5/fpm/pool.d/php-fpm.conf"
|
phpfpm_conf="/etc/php5/fpm/pool.d/php-fpm.conf"
|
||||||
if [ -f $phpfpm_conf ]; then
|
if [ -f $phpfpm_conf ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue