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

Single ' ' but no { }

This commit is contained in:
polytan02 2017-02-24 21:45:21 +00:00 committed by GitHub
parent 751b3ecb47
commit 90f7650c29

View file

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