mirror of
https://github.com/YunoHost-Apps/acropolis_ynh.git
synced 2024-09-03 18:06:22 +02:00
add tmp/pids dir during installation (#23)
This commit is contained in:
parent
29ca9a7e1c
commit
1ce6b3c3b4
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ ynh_setup_source --dest_dir="$final_path"
|
|||
# files in some cases.
|
||||
# But FOR THE LOVE OF GOD, do not allow r/x for "others" on the entire folder -
|
||||
# this will be treated as a security issue.
|
||||
mkdir -p "$final_path/tmp/pids"
|
||||
chmod 750 "$final_path"
|
||||
chmod -R o-rwx "$final_path"
|
||||
chown -R $app:www-data "$final_path"
|
||||
|
|
Loading…
Add table
Reference in a new issue