summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-xbin/g-i-installation.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 80b0e8ad..431c3f66 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -269,8 +269,8 @@ backup_screenshot() {
}
do_and_report() {
- vncdo -s $DISPLAY $1 "$2"
- echo "At $NR (token: $TOKEN) sending $1 $2"
+ echo "At $NR (token: $TOKEN) sending $1 $@"
+ vncdo -s $DISPLAY $1 "$@"
backup_screenshot
}
@@ -488,7 +488,7 @@ post_install_boot() {
esac
;;
*gnome) case $TOKEN in
- 0150) do_and_report move "530 420 click 1"
+ 0150) do_and_report move 530 420 click 1
;;
0200) do_and_report key alt-f2
;;