mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
mkdir sessions
This commit is contained in:
parent
13d05f3b1a
commit
65ed5d6915
2 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,7 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path
|
|||
ynh_setup_source --dest_dir="$final_path"
|
||||
|
||||
chmod 750 "$final_path"
|
||||
ynh_exec_warn_less mkdir sessions
|
||||
chmod -R o-rwx "$final_path"
|
||||
chown -R $app:www-data "$final_path"
|
||||
|
||||
|
|
|
@ -86,6 +86,7 @@ popd
|
|||
ynh_setup_source --dest_dir="$final_path" --full_replace=1
|
||||
|
||||
chmod 750 "$final_path"
|
||||
ynh_exec_warn_less mkdir sessions
|
||||
chmod -R o-rwx "$final_path"
|
||||
chown -R $app:www-data "$final_path"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue