1
0
Fork 0
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:
Limezy 2023-03-27 23:32:40 +07:00
parent e676b65ba6
commit ac4e1c7825
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"