We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ef91c commit 7928c21Copy full SHA for 7928c21
common/install.sh
@@ -1,6 +1,6 @@
1
if [ "$REPLACEALL" = "true" ]; then
2
for i in "$(echo "$q" | awk '{printf "%s",$1}'| sed 's/ //g')"; do
3
- APNCONFDIR="$MODPATH/$i"
+ APNCONFDIR="$MODPATH/${i%/*}"
4
if [[ ! -d "$APNCONFDIR" ]]; then
5
mkdir -p "$APNCONFDIR"
6
cp "$MODPATH"/APN/apns-conf.xml "$APNCONFDIR"
0 commit comments