Skip to content

Commit

Permalink
🚑 Fixes incorrect timeout command call
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Mar 31, 2019
1 parent cfe67e3 commit 57585cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasmoadmin/rootfs/etc/services.d/nginx/run
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ==============================================================================
# Wait for PHP-FPM to become available
s6-svwait -u -t 5000 /var/run/s6/services/php-fpm
timeout 15 \
timeout -t 15 \
bash -c \
'until echo > /dev/tcp/localhost/9001 ; do sleep 0.5; done' \
> /dev/null 2>&1
Expand Down

0 comments on commit 57585cb

Please sign in to comment.