From 544f3ec9d2659ea8de51385a26df89a69ebd01db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 19 Apr 2024 15:59:01 +0200 Subject: [PATCH] Fix typo in upgrade script --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 251bd6d..2620c1e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -33,7 +33,7 @@ fi if [ ! -f "$install_dir/user/config/scheduler.yaml" ]; then ynh_add_config --template="../conf/scheduler.yaml" --destination="$install_dir/user/config/scheduler.yaml" chown $app:$app "$install_dir/user/config/scheduler.yaml" - chmod 640 "$install_dir/user/config/scheduler.yaml"] + chmod 640 "$install_dir/user/config/scheduler.yaml" fi #=================================================