diff options
| author | Bob Gilligan <gilligan@vyatta.com> | 2010-03-08 17:36:22 -0800 | 
|---|---|---|
| committer | Bob Gilligan <gilligan@vyatta.com> | 2010-03-08 17:36:22 -0800 | 
| commit | 81df5c53d7dd6e7d3869ce96b3febc172e21611b (patch) | |
| tree | c8b3a3d8e29a3952148ebf1a562d70da32d28512 /scripts/install/install-image-existing | |
| parent | fb87a7ac196538f6e3eab6794f92bfe8be66b054 (diff) | |
| download | vyatta-cfg-system-81df5c53d7dd6e7d3869ce96b3febc172e21611b.tar.gz vyatta-cfg-system-81df5c53d7dd6e7d3869ce96b3febc172e21611b.zip | |
Use more reliable method for determining system version.
Diffstat (limited to 'scripts/install/install-image-existing')
| -rwxr-xr-x | scripts/install/install-image-existing | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/install/install-image-existing b/scripts/install/install-image-existing index 1514d0a1..86a27f3e 100755 --- a/scripts/install/install-image-existing +++ b/scripts/install/install-image-existing @@ -32,7 +32,7 @@ if [ -z "$CURVER" ]; then  fi  # get new version string. this is from the squashfs image. -NEWVER=`dpkg -l --root=${CD_SQUASH_ROOT} | grep "^ii  vyatta-version" | awk '{print $3}'` +NEWVER=`dpkg -l --root=${CD_SQUASH_ROOT} | grep "^..  vyatta-version " | awk '{print $3}'`  if [ -z "$NEWVER" ]; then    failure_exit 'Cannot find new release version.' | 
