aboutsummaryrefslogtreecommitdiffstats
path: root/priv/templates/extended_bin
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2015-11-06 09:20:14 -0600
committerTristan Sloughter <[email protected]>2015-11-06 09:20:14 -0600
commitab4d411358c30e047eccdaf1f70ff347239ee574 (patch)
tree5fb580c90adb22daae7de6ade086359735730835 /priv/templates/extended_bin
parent9ec6e72acc6d22d227b18dd7cb9cdbe97435791f (diff)
parentcf3172953540beed80f24acd64bf91c86e4a3430 (diff)
downloadrelx-ab4d411358c30e047eccdaf1f70ff347239ee574.tar.gz
relx-ab4d411358c30e047eccdaf1f70ff347239ee574.tar.bz2
relx-ab4d411358c30e047eccdaf1f70ff347239ee574.zip
Merge pull request #409 from paulzql/upgrade_bugv3.8.0
fix upgrade/install/unpack command bug
Diffstat (limited to 'priv/templates/extended_bin')
-rwxr-xr-xpriv/templates/extended_bin4
1 files changed, 2 insertions, 2 deletions
diff --git a/priv/templates/extended_bin b/priv/templates/extended_bin
index 7c9f159..0046502 100755
--- a/priv/templates/extended_bin
+++ b/priv/templates/extended_bin
@@ -297,7 +297,7 @@ case "$1" in
fi
exec "$BINDIR/escript" "$ROOTDIR/bin/install_upgrade.escript" \
- "install" "$REL_NAME" "$NAME" "$COOKIE" "$2"
+ "install" "$REL_NAME" "$NAME_TYPE" "$NAME" "$COOKIE" "$2"
;;
unpack)
@@ -315,7 +315,7 @@ case "$1" in
fi
exec "$BINDIR/escript" "$ROOTDIR/bin/install_upgrade.escript" \
- "unpack" "$REL_NAME" "$NAME" "$COOKIE" "$2"
+ "unpack" "$REL_NAME" "$NAME_TYPE" "$NAME" "$COOKIE" "$2"
;;
console|console_clean|console_boot)