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

@@ -27,7 +27,13 @@ EBU_SOURCE=
# How often the backup job should be run
# Default is to run every day at 02:01 am
# (see man 5 crontab for syntax help)
# m h dom mon dow
# .---------------- minute (0 - 59)
# | .------------- hour (0 - 23)
# | | .---------- day of month (1 - 31)
# | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# | | | | |
# m h dom mon dow usercommand
#EBU_CRONTIME='1 2 * * *'
# Uncomment to save the output of the cron run to a logfile

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"
}