summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-27 19:15:26 +0100
committerHolger Levsen <holger@layer-acht.org>2014-10-27 19:15:26 +0100
commit5941d3f6308272686e85af1d435506d9aaa09b93 (patch)
tree85afe506e0bf083bb3118b8df294c75d57facadd /bin/g-i-installation.sh
parentac93a26e74547d83bdf86e6104ec793d66ab79d7 (diff)
downloadjenkins.debian.net-5941d3f6308272686e85af1d435506d9aaa09b93.tar.xz
use single quotes to pass to vncdotool
Diffstat (limited to 'bin/g-i-installation.sh')
-rw-r--r--bin/g-i-installation.sh18
1 files changed, 9 insertions, 9 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 9d5c1d3d..b319f5de 100644
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -673,9 +673,9 @@ post_install_boot() {
;;
0700) do_and_report key space
;;
- 0710) do_and_report type "-c 3 "
+ 0710) do_and_report type '-c 3 '
;;
- 0720) do_and_report type "8.8.8.8"
+ 0720) do_and_report type '8.8.8.8'
;;
0730) do_and_report key enter
;;
@@ -683,7 +683,7 @@ post_install_boot() {
;;
0760) do_and_report key space
;;
- 0770) do_and_report type "-y"
+ 0770) do_and_report type '-y'
;;
0780) do_and_report key space
;;
@@ -699,11 +699,11 @@ post_install_boot() {
;;
0910) do_and_report key space
;;
- 0920) do_and_report type "https:"
+ 0920) do_and_report type 'https:'
;;
- 0930) do_and_report type "//www"
+ 0930) do_and_report type '//www'
;;
- 0940) do_and_report type "/nagios"
+ 0940) do_and_report type '/nagios'
;;
0950) do_and_report key enter
;;
@@ -715,11 +715,11 @@ post_install_boot() {
;;
1020) do_and_report key space
;;
- 1030) do_and_report type "https:"
+ 1030) do_and_report type 'https:'
;;
- 1050) do_and_report type "//www"
+ 1050) do_and_report type '//www'
;;
- 1070) do_and_report type ":631"
+ 1070) do_and_report type ':631'
;;
1080) do_and_report key enter
;;