From 4332fdf5c4c682f88ff409bd3ad0d60d241e8d2a Mon Sep 17 00:00:00 2001 From: Carmelo Pellegrino <carmelo.pellegrino@gmail.com> Date: Thu, 28 May 2015 18:49:11 +0200 Subject: [PATCH] put the system in On instead of going directly in Run --- patch-control.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/patch-control.sh b/patch-control.sh index 3c0b846..f1620c6 100755 --- a/patch-control.sh +++ b/patch-control.sh @@ -76,6 +76,7 @@ function get_run_setup_file() { } function dm_driver() { + echo "set session target = On" echo "set session target = Run" sleep $1 -- GitLab