mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge "CI: Use brace expansion instead of calling out to seq"
This commit is contained in:
@@ -66,7 +66,7 @@ rm -rf $ASTETCDIR/extensions.{ael,lua} || :
|
||||
|
||||
set -x
|
||||
sudo $ASTERISK ${USER_GROUP:+-U ${USER_GROUP%%:*} -G ${USER_GROUP##*:}} -gn -C $CONFFILE
|
||||
for n in `seq 1 5` ; do
|
||||
for n in {1..5} ; do
|
||||
sleep 3
|
||||
$ASTERISK -rx "core waitfullybooted" -C $CONFFILE && break
|
||||
done
|
||||
|
Reference in New Issue
Block a user