summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorhydrajump <wave@hydrajump.com>2014-04-28 21:30:33 +0200
committerhydrajump <wave@hydrajump.com>2014-04-28 21:30:33 +0200
commitc02405850b592c99d00697b69115cd112b9592ee (patch)
treeedb3ec3c97fd0d2a7529386c7e2ccf7148673487 /scripts
parent666343da22ed5232a21fd4407acd6c91eab078a8 (diff)
downloadvyatta-cfg-system-c02405850b592c99d00697b69115cd112b9592ee.tar.gz
vyatta-cfg-system-c02405850b592c99d00697b69115cd112b9592ee.zip
Remove trailing whitespace
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install/install-image-existing5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/install/install-image-existing b/scripts/install/install-image-existing
index ac020c96..52d129f0 100755
--- a/scripts/install/install-image-existing
+++ b/scripts/install/install-image-existing
@@ -27,7 +27,7 @@ get_grub_index () {
is_kvm=`echo $cur_line | grep KVM`
is_serial=`echo $cur_line | grep Serial`
-
+
# index 0 is KVM, 1 is Serial
if [ -n "$is_serial" ]; then
echo 1
@@ -145,7 +145,7 @@ if [ ! -f "$squash_img" ] || [ -z "$boot_files" ]; then
becho 'Cannot find the files. Exiting...'
exit 1
fi
-target_squash=$REL_ROOT/$NEWVER.squashfs
+target_squash=$REL_ROOT/$NEWVER.squashfs
cp -p $squash_img $target_squash >&/dev/null
cp --no-dereference --preserve=all $boot_files $REL_ROOT/ >&/dev/null
@@ -271,4 +271,3 @@ echo 'Done.'
# done
exit 0
-