From 1a74c54e84928c7b24e32228f24b3f9a14b6918c Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 20 Jul 2023 23:49:43 +0200 Subject: [PATCH] Update scripts/install Co-authored-by: Alexandre Aubin --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 88b015f..5445d22 100644 --- a/scripts/install +++ b/scripts/install @@ -127,9 +127,9 @@ popd ynh_script_progression --message="Adding a config file..." if [ $mode = "auto" ]; then - auto = "True" + auto="True" else - auto = "False" + auto="False" fi ynh_add_config --template="yunorunner.config.py" --destination="$final_path/config.py"