mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
6 lines
111 B
Bash
Executable file
6 lines
111 B
Bash
Executable file
#!/bin/sh
|
|
|
|
mkdir -p storage/framework/{cache,sessions,views,logs}
|
|
php artisan migrate
|
|
|
|
exec apache2-foreground
|