diff --git a/scripts/install b/scripts/install index 7ff5cea..88b015f 100644 --- a/scripts/install +++ b/scripts/install @@ -126,7 +126,7 @@ popd #================================================= ynh_script_progression --message="Adding a config file..." -if $mode = "auto"; then +if [ $mode = "auto" ]; then auto = "True" else auto = "False"