1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/transmission_ynh.git synced 2024-09-04 01:46:12 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-04-02 22:02:26 +02:00
parent 6febf2137f
commit 3090530081

View file

@ -23,8 +23,6 @@ ynh_app_setting_set --app=$app --key=rpcpassword --value="$rpcpassword"
#=================================================
ynh_script_progression --message="Creating a data directory..."
mkdir -p $data_dir/{progress,completed,watched}
chmod -R 764 $data_dir
chmod -R 775 $data_dir/watched
chown -R debian-transmission:www-data "$data_dir"