diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-27 21:44:00 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-27 21:44:00 +0200 |
commit | 3107da18df7a086705f6affe605ea634d06f4f57 (patch) | |
tree | 049867f21216fc0c694db8110c80061f2750bb41 | |
parent | e1b6921b88e4f52bdebacd725d2189f5580def91 (diff) | |
download | jenkins.debian.net-3107da18df7a086705f6affe605ea634d06f4f57.tar.xz |
use function
-rwxr-xr-x | bin/g-i-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 924bc8c5..80b0e8ad 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -488,7 +488,7 @@ post_install_boot() { esac ;; *gnome) case $TOKEN in - 0150) vncdo move 530 420 click 1 + 0150) do_and_report move "530 420 click 1" ;; 0200) do_and_report key alt-f2 ;; |