1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rainloop_ynh.git synced 2024-09-03 20:16:18 +02:00

use double " instead of single '

This commit is contained in:
polytan02 2017-02-24 21:38:10 +00:00 committed by GitHub
parent 3a25152b3b
commit 751b3ecb47

View file

@ -17,7 +17,7 @@
ynh_mysql_drop_user "$dbuser" 2>&1 || true
# Delete app directory and configurations using secure remove
SECURE_REMOVE '/var/www/${app}'
SECURE_REMOVE "/var/www/${app}"
REMOVE_NGINX_CONF
REMOVE_FPM_CONF