Minor improvements

This commit is contained in:
2021-03-13 22:03:01 +01:00
parent c5c4623514
commit c18be0b7ad
2 changed files with 9 additions and 1 deletions

View File

@@ -248,7 +248,9 @@ step_101() {
exe php artisan view:cache
exe php artisan migrate --force
exe php artisan horizon:purge
exe php artisan horizon:publish
exe php artisan storage:link
exe php artisan instance:actor
echo -n " [I] Restarting pixelfed horzion service..."
exe service pixelfed restart && echo "ok"
}