Minor improvements
This commit is contained in:
@@ -27,7 +27,13 @@ EBU_SOURCE=
|
|||||||
# How often the backup job should be run
|
# How often the backup job should be run
|
||||||
# Default is to run every day at 02:01 am
|
# Default is to run every day at 02:01 am
|
||||||
# (see man 5 crontab for syntax help)
|
# (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 * * *'
|
#EBU_CRONTIME='1 2 * * *'
|
||||||
|
|
||||||
# Uncomment to save the output of the cron run to a logfile
|
# Uncomment to save the output of the cron run to a logfile
|
||||||
|
@@ -248,7 +248,9 @@ step_101() {
|
|||||||
exe php artisan view:cache
|
exe php artisan view:cache
|
||||||
exe php artisan migrate --force
|
exe php artisan migrate --force
|
||||||
exe php artisan horizon:purge
|
exe php artisan horizon:purge
|
||||||
|
exe php artisan horizon:publish
|
||||||
exe php artisan storage:link
|
exe php artisan storage:link
|
||||||
|
exe php artisan instance:actor
|
||||||
echo -n " [I] Restarting pixelfed horzion service..."
|
echo -n " [I] Restarting pixelfed horzion service..."
|
||||||
exe service pixelfed restart && echo "ok"
|
exe service pixelfed restart && echo "ok"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user