fix: installation error fix

This commit is contained in:
Aliberk Sandıkçı 2023-12-20 00:26:15 +03:00
parent 01d7482609
commit 3291a0ef34
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ ynh_setup_source --dest_dir="$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"
mkdir "$install_dir/storage"
chmod -R 770 "$install_dir/storage"
#=================================================