summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKim <UnicronNL@users.noreply.github.com>2017-06-05 01:20:50 +0200
committerGitHub <noreply@github.com>2017-06-05 01:20:50 +0200
commitd133ba0fcdda4bb1c4a7653e2b275a2a3ec4434b (patch)
treeb67667168d164906b4fa32b0e961bdbc0eee1720 /scripts
parentdcf69cdf83dd215c66bed0a22166619e78ff1b67 (diff)
downloadvyatta-cfg-system-d133ba0fcdda4bb1c4a7653e2b275a2a3ec4434b.tar.gz
vyatta-cfg-system-d133ba0fcdda4bb1c4a7653e2b275a2a3ec4434b.zip
remove trailing space from version (if there is any)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install/install-image-existing2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install/install-image-existing b/scripts/install/install-image-existing
index 62e73882..f38e3701 100755
--- a/scripts/install/install-image-existing
+++ b/scripts/install/install-image-existing
@@ -77,7 +77,7 @@ if [ -z "$CURVER" ]; then
fi
# get new version string. this is from the squashfs image.
-NEWVER=`cat ${CD_SQUASH_ROOT}/opt/vyatta/etc/version | grep "Version:" | awk '{print $2,$3}' | sed 's/ /-/g'`
+NEWVER=`cat ${CD_SQUASH_ROOT}/opt/vyatta/etc/version | grep "Version:" | awk '{print $2,$3}' | sed 's/[[:space:]]*$//' | sed 's/ /-/g'`
NEWNAME=$NEWVER
echo -n "What would you like to name this image? [$NEWNAME]: "