From e4bb61b783098ddc2f1ee654f300aa3002aa41e3 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sun, 9 May 2021 17:36:41 +0200 Subject: [PATCH] add comment to file --- scripts/install | 2 ++ scripts/restore | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 61f2b7f..b898086 100755 --- a/scripts/install +++ b/scripts/install @@ -87,6 +87,8 @@ ynh_script_progression --message="Setting up Multimedia directory..." --weight=9 ynh_multimedia_build_main_dir mkdir -p $final_path/assets/cores/Game ynh_multimedia_addfolder --source_dir="$final_path/assets/cores/Game" --dest_dir="/share/Game" +ynh_add_config --template="../conf/README.GAME" --destination="$final_path/assets/cores/Game/README" +chmod 666 $final_path/assets/cores/Game/README # SETUP CRON FILE FOR INDEXER diff --git a/scripts/restore b/scripts/restore index 4958747..70cd586 100755 --- a/scripts/restore +++ b/scripts/restore @@ -99,7 +99,8 @@ ynh_script_progression --message="Setting up Multimedia directory..." --weight=5 ynh_multimedia_build_main_dir mkdir -p $final_path/assets/cores/Game ynh_multimedia_addfolder --source_dir="$final_path/assets/cores/Game" --dest_dir="/share/Game" - +ynh_add_config --template="../conf/README.GAME" --destination="$final_path/assets/cores/Game/README" +chmod 666 $final_path/assets/cores/Game/README #================================================= # RESTORE THE CRON FILE