1
0
Fork 0
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:
magikcypress 2017-03-14 17:47:35 +01:00
parent f56c8f2676
commit 500214b5ef

View file

@ -30,7 +30,7 @@ fi
nginx_conf="/etc/nginx/conf.d/${domain}.d/nginx.conf"
if [ -f $nginx_conf ]; then
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
phpfpm_conf="/etc/php5/fpm/pool.d/php-fpm.conf"
if [ -f $phpfpm_conf ]; then