mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
updated to use correct '=' operator by request
This commit is contained in:
parent
de6c95d256
commit
c554bcd84e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ php artisan migrate --force
|
||||||
php artisan update
|
php artisan update
|
||||||
|
|
||||||
# Run a worker if it is set as embedded
|
# Run a worker if it is set as embedded
|
||||||
if [ "$HORIZON_EMBED" -eq "true" ]; then
|
if [ "$HORIZON_EMBED" = "true" ]; then
|
||||||
php artisan horizon &
|
php artisan horizon &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue