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