Chown cache dir

This commit is contained in:
CodeShakingSheep
2026-05-06 00:31:20 -05:00
committed by GitHub
parent 87341803b2
commit 2313abad5c
+1
View File
@@ -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