From 1b49dec4442f29b343d590fa0f9b9246b298908f Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 7 Apr 2023 11:19:12 +0200 Subject: [PATCH 1/3] Fix manifest again --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 30b2a36..6342d4d 100644 --- a/manifest.json +++ b/manifest.json @@ -39,7 +39,7 @@ "default": "/ci" }, { - "name": "", + "name": "mode", "type": "select", "choices": ["auto", "manual"], "default": "manual", From eaf56818bcf887354f63af634e5c1ec2588b9f7e Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 7 Apr 2023 13:14:00 +0200 Subject: [PATCH 2/3] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 41212ac..de405c5 100644 --- a/scripts/install +++ b/scripts/install @@ -134,7 +134,7 @@ chown $app:$app "$final_path/config.py" ynh_script_progression --message="Run Yunorunner's finish_install script..." pushd "$final_path" - ./finish_install.sh $mode $cluster + ./maintenance/finish_install.sh $mode $cluster popd #================================================= From fedeb805fa1a56b0c0289f22e9a30ee69db3cc04 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 7 Apr 2023 13:14:47 +0200 Subject: [PATCH 3/3] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 0f5eed8..faf7b42 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -157,7 +157,7 @@ popd ynh_script_progression --message="Run Yunorunner's finish_install script..." pushd "$final_path" - ./finish_install.sh + ./maintenance/finish_install.sh popd #=================================================