mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 22:41:27 +00:00
Create missing directories in storage
This commit is contained in:
parent
91a8f919de
commit
9cc3406a12
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue