Xicheng Chang ea07256545 Make launch.sh idempotent
Change-Id: I9b3f989397c4c36ab3717d1cca84841778881186
2015-05-04 12:00:42 -07:00

10 lines
119 B
Bash
Executable File

#!/bin/bash
#
VBoxManage list vms|grep controller
if [ "$?" == "0" ]; then
exit 0
else
source first_run.sh
fi