mirror of
https://github.com/YunoHost-Apps/glowingbear_ynh.git
synced 2024-09-03 18:36:20 +02:00
getopts not supported in ynh 2.4.0
This commit is contained in:
parent
b7db153b26
commit
9ffa34a23a
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ main() {
|
|||
local deploy_path=$(ynh_app_setting_get $app deploy_path)
|
||||
local nginx_conf="/etc/nginx/conf.d/${domain}.d/${app}.conf"
|
||||
|
||||
ynh_secure_remove --file=$deploy_path
|
||||
ynh_secure_remove --file=$nginx_conf
|
||||
ynh_secure_remove $deploy_path
|
||||
ynh_secure_remove $nginx_conf
|
||||
|
||||
sudo service nginx reload
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue