mirror of
https://github.com/ronivay/XenOrchestraInstallerUpdater.git
synced 2026-09-15 07:26:36 -05:00
fixes #76
This commit is contained in:
@@ -333,7 +333,7 @@ function UpdateNodeYarn {
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ $PKG_FORMAT == "deb" ]]; then
|
||||
if [ $PKG_FORMAT == "deb" ]; then
|
||||
if [[ -n $NODEV ]] && [[ $NODEV -lt ${NODEVERSION} ]]; then
|
||||
echo
|
||||
printprog "node.js version is $NODEV, upgrading to ${NODEVERSION}.x"
|
||||
|
||||
Reference in New Issue
Block a user