mirror of
https://github.com/YunoHost-Apps/yellow_ynh.git
synced 2024-09-03 20:36:12 +02:00
Update remove
This commit is contained in:
parent
a79b06cd07
commit
6a558b0cfb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set -u
|
|||
# Source app helpers
|
||||
source /usr/share/yunohost/helpers
|
||||
|
||||
domain=$(ynh_app_setting_set $app domain)
|
||||
domain=$(ynh_app_setting_set "$app" domain)
|
||||
|
||||
sudo rm -rf /var/www/$app
|
||||
sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf
|
||||
|
|
Loading…
Reference in a new issue