diff --git a/seqs/ebackup.cfg.example b/seqs/ebackup.cfg.example index 98da68e..62076c1 100644 --- a/seqs/ebackup.cfg.example +++ b/seqs/ebackup.cfg.example @@ -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 diff --git a/seqs/pixelfed.sh b/seqs/pixelfed.sh index ed02a57..afef6fd 100755 --- a/seqs/pixelfed.sh +++ b/seqs/pixelfed.sh @@ -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" }