mirror of https://github.com/pixelfed/pixelfed
Handle storage folder creation properly
parent
ecd867fa30
commit
964b8e5d63
@ -1,8 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
mkdir -p storage/app/public/avatars
|
||||
mkdir -p storage/{debugbar,logs}
|
||||
mkdir -p storage/framework/{cache,sessions,views,testing}
|
||||
php artisan migrate
|
||||
cp -r storage.skel/* storage/
|
||||
php artisan migrate --force
|
||||
|
||||
exec apache2-foreground
|
||||
|
||||
Loading…
Reference in New Issue