diff --git a/seqs/pixelfed.sh b/seqs/pixelfed.sh index cb50c46..ed02a57 100755 --- a/seqs/pixelfed.sh +++ b/seqs/pixelfed.sh @@ -253,6 +253,18 @@ step_101() { exe service pixelfed restart && echo "ok" } +# Src: https://docs.pixelfed.org/running-pixelfed/troubleshooting.html +step_102_info() { echo "Fix if horizon services is running but not showing the administration interface"; } +step_102_alias() { ALIAS="fixhorizon"; } +step_102() { + exe cd $toolPath + exe php artisan package:discover + exe php artisan horizon:install + exe php artisan route:cache + echo -n " [I] Restarting pixelfed horzion service..." + exe service pixelfed restart && echo "ok" +} + # Sequence Revision VERSION_SEQREV=7