1
0
Fork 0
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:
ljf 2016-11-29 00:55:39 +01:00
parent 9528aff4ad
commit ac8cf9adc8
2 changed files with 8 additions and 8 deletions

View file

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