diff --git a/check_process b/check_process index 660246a..6cefd19 100644 --- a/check_process +++ b/check_process @@ -17,7 +17,6 @@ upgrade=1 from_commit=295026023fdb74f5bf210093f5b0622bae2982f3 backup_restore=1 multi_instance=1 - port_already_use=1 change_url=1 ;;; Options Email= diff --git a/manifest.json b/manifest.json index ca68de8..c894ea5 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Self-hosted remote torrent client", "fr": "Client torrent distant auto-hébergé" }, - "version": "1.2.16~ynh1", + "version": "1.2.16~ynh2", "url": "https://github.com/boypt/simple-torrent", "license": "AGPL-3.0-only", "maintainer": { diff --git a/scripts/install b/scripts/install index 2b61004..a0bd77a 100644 --- a/scripts/install +++ b/scripts/install @@ -106,14 +106,6 @@ mkdir -p /home/yunohost.app/$app/{torrents,downloads} #================================================= ynh_script_progression --message="Modifying a config file..." --weight=1 -# cp ../conf/config.default.json "$final_path/config.json" - -# # Main config File -# ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="$final_path/config.json" -# ynh_replace_string --match_string="__PEER_PORT__" --replace_string="$peer_port" --target_file="$final_path/config.json" - -# ynh_store_file_checksum --file="$final_path/config.json" - ynh_add_config --template="../conf/config.default.json" --destination="$final_path/config.json" #================================================= @@ -134,7 +126,7 @@ ynh_script_progression --message="Securing files and directories..." --weight=1 # Set permissions to app files chown -R $app: $final_path -chown -R $app: /home/yunohost.app +chown -R $app: /home/yunohost.app/$app chmod +x $final_path/$app chmod -R 755 /home/yunohost.app/$app/{torrents,downloads}