From 9d02f5b51be8e5ff6b639c840461e43a99c5a518 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 25 Nov 2021 12:56:59 +0100 Subject: [PATCH] Update install --- scripts/install | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index f86c0d1..4980edf 100755 --- a/scripts/install +++ b/scripts/install @@ -95,9 +95,7 @@ ynh_script_progression --message="Setting up source files..." --weight=3 ynh_app_setting_set --app=$app --key=final_path --value=$final_path git clone https://github.com/turtl/server "$final_path" --quiet -#mkdir -p $final_path/plugins - -mv $final_path/example-plugins $final_path/plugins +mkdir -p $final_path/plugins chmod 750 "$final_path" chmod -R o-rwx "$final_path"