1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 01:36:43 +00:00

Create missing directories in storage

This commit is contained in:
Pierre Jaury 2018-06-12 22:48:43 +02:00
parent 91a8f919de
commit 9cc3406a12

View file

@ -1,6 +1,8 @@
#!/bin/sh
mkdir -p storage/framework/{cache,sessions,views,logs}
mkdir -p storage/app/public/avatars
mkdir -p storage/{debugbar,logs}
mkdir -p storage/framework/{cache,sessions,views,testing}
php artisan migrate
exec apache2-foreground