mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-18 20:41:27 +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
|
||||
|
||||
# Run a worker if it is set as embedded
|
||||
if [ "$HORIZON_EMBED" -eq "true" ]; then
|
||||
if [ "$HORIZON_EMBED" = "true" ]; then
|
||||
php artisan horizon &
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue