mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
[fix] Syntex error on setting helper
This commit is contained in:
parent
9528aff4ad
commit
ac8cf9adc8
2 changed files with 8 additions and 8 deletions
|
@ -29,7 +29,7 @@ is_master=false
|
|||
# Exit to allow host change in my trap function
|
||||
function exit_without_linter_warning
|
||||
{
|
||||
ynh_die $1 $2
|
||||
ynh_die "$1" $2
|
||||
}
|
||||
|
||||
function exit_properly
|
||||
|
@ -126,7 +126,7 @@ ynh_psql_create_db() {
|
|||
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf
|
||||
|
||||
# Make Odoo public
|
||||
ynh_app_setting_set $app skipped_uris -v "/"
|
||||
ynh_app_setting_set "$app" skipped_uris "/"
|
||||
|
||||
sudo service nginx reload
|
||||
|
||||
|
|
Loading…
Reference in a new issue