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-09-29 13:41:31 +02:00
parent 5aa7bbcaec
commit 2b164fd99a

View file

@ -19,9 +19,9 @@ ynh_app_setting_set --app=$app --key=rpcpassword --value="$rpcpassword"
#================================================= #=================================================
# SPECIFIC SETUP # SPECIFIC SETUP
#================================================= #=================================================
# CREATE DATA DIRECTORY # CREATE DATA DIRECTORY PERMISSIONS
#================================================= #=================================================
ynh_script_progression --message="Creating a data directory..." ynh_script_progression --message="Set data directory permissions..."
chmod -R 764 $data_dir chmod -R 764 $data_dir
chmod -R 775 $data_dir/watched chmod -R 775 $data_dir/watched