1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dolibarr_ynh.git synced 2024-09-03 18:35:53 +02:00

Try to fix permission

This commit is contained in:
Salamandar 2024-03-26 00:03:30 +01:00
parent 285a65d112
commit 793674258c

View file

@ -28,6 +28,8 @@ ynh_script_progression --message="Setting up source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --source_id="main" --dest_dir="$install_dir"
mkdir -p "$install_dir/documents"
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"
chmod go-w "$install_dir/documents"