1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/isso_ynh.git synced 2024-09-03 19:35:55 +02:00

fix no dir

This commit is contained in:
navanchauhan 2022-08-07 22:10:46 -04:00
parent 778b527a3d
commit c5890034b1

View file

@ -88,6 +88,8 @@ ynh_system_user_create --username=$app --home_dir="$final_path"
#=================================================
ynh_script_progression --message="Setting up source files..." --time --weight=1
mkdir -p $final_path
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"