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 install

This commit is contained in:
ericgaspar 2021-03-25 11:45:21 +01:00
parent 7941230ecf
commit 20bbec0c00
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -106,14 +106,6 @@ mkdir -p /home/yunohost.app/$app/{torrents,downloads}
#================================================= #=================================================
ynh_script_progression --message="Modifying a config file..." --weight=1 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" 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 # Set permissions to app files
chown -R $app: $final_path chown -R $app: $final_path
chown -R $app: /home/yunohost.app chown -R $app: /home/yunohost.app/$app
chmod +x $final_path/$app chmod +x $final_path/$app
chmod -R 755 /home/yunohost.app/$app/{torrents,downloads} chmod -R 755 /home/yunohost.app/$app/{torrents,downloads}