mirror of https://github.com/sipwise/ngcpcfg.git
As reported at https://jenkins.mgm.sipwise.com/job/ngcpcfg-tap-test/4544/ when building against Debian/trixie Furthermore fix SC2166 + SC2086 issues within helper/check-for-mysql as reported by manual shellcheck v0.10.0 runs. Change-Id: Ic9be0dbc8ef4a501cf3b6e62522574da72f85c99mr13.0
parent
125ab4c0a2
commit
eb1cd98403
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
echo "INSTANCE_NAME:${INSTANCE_NAME:-}" > \
|
||||
${OUTPUT_DIRECTORY:-/tmp}/ngcpcfg.service${INSTANCE_NAME:-}
|
||||
"${OUTPUT_DIRECTORY:-/tmp}/ngcpcfg.service${INSTANCE_NAME:-}"
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
echo "INSTANCE_NAME:${INSTANCE_NAME:-}" > \
|
||||
${OUTPUT_DIRECTORY:-/tmp}/ngcpcfg.service${INSTANCE_NAME:-}
|
||||
"${OUTPUT_DIRECTORY:-/tmp}/ngcpcfg.service${INSTANCE_NAME:-}"
|
||||
|
Loading…
Reference in new issue