diff --git a/pixelfed/pixelfed-horizon b/pixelfed/pixelfed-horizon index 71fcc12..941becf 100755 --- a/pixelfed/pixelfed-horizon +++ b/pixelfed/pixelfed-horizon @@ -1,4 +1,5 @@ #!/usr/bin/env bash pixelfed 'php artisan config:cache' +pixelfed 'php artisan storage:link' pixelfed 'php artisan horizon' diff --git a/pixelfed/pixelfed-startup b/pixelfed/pixelfed-startup index b256a69..5e4c54f 100755 --- a/pixelfed/pixelfed-startup +++ b/pixelfed/pixelfed-startup @@ -7,6 +7,7 @@ a2enconf servername pixelfed 'rsync -rog storage-default/* storage/' pixelfed 'php artisan config:cache' +pixelfed 'php artisan storage:link' pixelfed 'php artisan horizon:install' pixelfed 'php artisan horizon:assets' pixelfed 'php artisan route:cache'