From c18be0b7add2f1e0b79a350303d949b00a7c02d6 Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Sat, 13 Mar 2021 22:03:01 +0100 Subject: [PATCH] Minor improvements --- seqs/ebackup.cfg.example | 8 +++++++- seqs/pixelfed.sh | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) 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" }