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:
parent
751b3ecb47
commit
90f7650c29
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue