mirror of
https://github.com/YunoHost-Apps/jappix_ynh.git
synced 2024-09-03 19:26:19 +02:00
Fix linter warnings
This commit is contained in:
parent
d9b1e8bad8
commit
179845cc2d
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ app=$YNH_APP_INSTANCE_NAME
|
||||||
domain=$(ynh_app_setting_get "$app" domain)
|
domain=$(ynh_app_setting_get "$app" domain)
|
||||||
|
|
||||||
# Remove sources and configuration
|
# Remove sources and configuration
|
||||||
sudo rm -rf "/var/www/${app}"
|
ynh_secure_remove --file="/var/www/${app}"
|
||||||
sudo rm -f "/etc/nginx/conf.d/${domain}.d/${app}.conf"
|
ynh_secure_remove --file="/etc/nginx/conf.d/${domain}.d/${app}.conf"
|
||||||
|
|
||||||
# Reload services
|
# Reload services
|
||||||
sudo service nginx reload
|
sudo service nginx reload
|
||||||
|
|
Loading…
Reference in a new issue