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:
parent
285a65d112
commit
793674258c
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue