1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/simple-torrent_ynh.git synced 2024-09-03 20:26:18 +02:00
* Update upgrade
This commit is contained in:
Éric Gaspar 2021-08-23 07:35:18 +02:00 committed by GitHub
parent 247c383065
commit 17099113bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 3 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Self-hosted remote torrent client
**Shipped version:** 1.3.6~ynh2
**Shipped version:** 1.3.6~ynh3

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Client torrent distant auto-hébergé
**Version incluse :** 1.3.6~ynh2
**Version incluse :** 1.3.6~ynh3

View file

@ -6,7 +6,7 @@
"en": "Self-hosted remote torrent client",
"fr": "Client torrent distant auto-hébergé"
},
"version": "1.3.6~ynh2",
"version": "1.3.6~ynh3",
"url": "https://github.com/boypt/simple-torrent",
"upstream": {
"license": "AGPL-3.0-only",

View file

@ -118,6 +118,16 @@ ynh_script_progression --message="Modifying a config file..." --weight=1
ynh_add_config --template="../conf/config.default.yml" --destination="$final_path/config.yml"
#=================================================
# CREATE DIRECTORIES
#=================================================
mkdir -p /home/yunohost.app/$app/{torrents,downloads}
chown -R $app:www-data /home/yunohost.app/$app
chmod 755 /home/yunohost.app/$app/{torrents,downloads}
#=================================================
#=================================================
# SETUP SYSTEMD
#=================================================