mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
Stupid mistake
This commit is contained in:
parent
e676b65ba6
commit
ac4e1c7825
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +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
|
||||
ynh_exec_warn_less mkdir "$final_path/sessions"
|
||||
chmod -R o-rwx "$final_path"
|
||||
chown -R $app:www-data "$final_path"
|
||||
|
||||
|
|
|
@ -86,7 +86,7 @@ popd
|
|||
ynh_setup_source --dest_dir="$final_path" --full_replace=1
|
||||
|
||||
chmod 750 "$final_path"
|
||||
ynh_exec_warn_less mkdir sessions
|
||||
ynh_exec_warn_less mkdir "$final_path/sessions"
|
||||
chmod -R o-rwx "$final_path"
|
||||
chown -R $app:www-data "$final_path"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue