1
0
Fork 0
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:
Maniack Crudelis 2019-06-01 13:20:15 +02:00 committed by GitHub
parent b7db153b26
commit 9ffa34a23a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}