Skip to content
Snippets Groups Projects
Commit 78713682 authored by Carmelo Pellegrino's avatar Carmelo Pellegrino
Browse files

command to DM corrected

parent 30aa2fd5
No related branches found
No related tags found
No related merge requests found
......@@ -76,11 +76,11 @@ function get_run_setup_file() {
}
function dm_driver() {
echo "set session target = run"
echo "set session target = Run"
sleep $1
echo "set session target = off"
echo "set session target = Off"
echo exit
echo y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment