diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-09-06 12:31:21 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-09-06 12:34:12 +0200 |
commit | fe5c06993da7b5c3979c95b7820c0080d9107c44 (patch) | |
tree | d5bdb5baa995467ad6faeb05de6166d45174cbc1 | |
parent | 8649ba53fa6856ed36f76218deb7d84b32c084f9 (diff) | |
download | vyatta-cfg-system-fe5c06993da7b5c3979c95b7820c0080d9107c44.tar.gz vyatta-cfg-system-fe5c06993da7b5c3979c95b7820c0080d9107c44.zip |
install-image: remove whitespaces after .
(cherry picked from commit c36db1614b60fc180d016fd3b7f64d9342a503a6)
-rwxr-xr-x | scripts/install/install-image | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install/install-image b/scripts/install/install-image index a8fbc5be..13de9ab0 100755 --- a/scripts/install/install-image +++ b/scripts/install/install-image @@ -275,7 +275,7 @@ trap exit_handler EXIT if is_live_cd_boot; then cat <<EOF -Welcome to the VyOS install program. This script +Welcome to the VyOS install program. This script will walk you through the process of installing the VyOS image to a local hard drive. EOF |