From e36e0eb3d68f8d8ec90ab9eb45c3a9af73fb8798 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 16 Jan 2020 00:49:48 -0600 Subject: [PATCH] Link storage --- pixelfed/pixelfed-horizon | 1 + pixelfed/pixelfed-startup | 1 + 2 files changed, 2 insertions(+) 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'