ttcn3-pgw-test: fix jenkins.sh: do not use bash specific syntax

On some systems /bin/sh is a symbolic link to bash, so everything
works fine.  On systems where /bin/sh is a real sh, copy fails:

  cp: cannot access 'open5gs-{smf,upf,nrf}.yaml': No such file or directory

Change-Id: I64e9ddefdb6deb21b3bce3bc1af875a92919e6c9
Related: SYS#5602
This commit is contained in:
Vadim Yanitskiy 2022-01-29 18:50:51 +06:00
parent ed54b1c967
commit 290df47815
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ cp osmo-uecups-daemon.cfg $VOL_BASE_DIR/osmo-uecups/
mkdir $VOL_BASE_DIR/pgw
cp freeDiameter-smf.conf $VOL_BASE_DIR/pgw/
cp open5gs-{smf,upf,nrf}.yaml $VOL_BASE_DIR/pgw/
cp open5gs-*.yaml $VOL_BASE_DIR/pgw/
SUBNET=18
network_create $SUBNET