mirror of https://github.com/pixelfed/pixelfed
Create missing directories in storage
parent
91a8f919de
commit
9cc3406a12
@ -1,6 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/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
|
php artisan migrate
|
||||||
|
|
||||||
exec apache2-foreground
|
exec apache2-foreground
|
||||||
|
Loading…
Reference in New Issue