Issue #45: VM startup won't report READY=YES to OneGate

pull/49/head
Jaime Melis 9 years ago
parent ea29b57d95
commit b02b719705

@ -6,6 +6,8 @@ if [ -f $ENV_FILE ]; then
. $ENV_FILE
fi
export HOME=/root
DIR=$(dirname $(readlink -f $0))
ruby $DIR/onegate.rb $*

Loading…
Cancel
Save