mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00:00
7 lines
96 B
Bash
Executable file
7 lines
96 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cp -r storage.skel/* storage/
|
|
php artisan migrate --force
|
|
|
|
exec apache2-foreground
|