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:
parent
7941230ecf
commit
20bbec0c00
1 changed files with 1 additions and 9 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue