Chown cache dir
This commit is contained in:
@@ -75,6 +75,7 @@ pushd "$install_dir"
|
||||
|
||||
# clear cached stuff under /app/data/storage/framework (https://github.com/laravel/framework/issues/17377)
|
||||
mkdir -p $install_dir/storage/framework/cache/data/
|
||||
chown -R $app:www-data $install_dir/storage/framework/cache/data/
|
||||
php$php_version artisan view:clear
|
||||
php$php_version artisan cache:clear
|
||||
|
||||
|
||||
Reference in New Issue
Block a user