Skip to content

Commit

Permalink
{1..10} does not work in sh
Browse files Browse the repository at this point in the history
  • Loading branch information
opsline-radek committed Nov 25, 2014
1 parent d9df9d8 commit b589cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/consul-init.erb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ case "$1" in
if is_running; then
echo -n "Stopping $NAME..."
kill -INT `get_pid`
for i in {1..10}
for i in 1 2 3 4 5 6 7 8 9 10
do
if ! is_running; then
break
Expand Down

0 comments on commit b589cd1

Please sign in to comment.