Fix testnet bootup issue (#2465)

* Fix testnet bootup issue

* address review comments
This commit is contained in:
Pankaj Garg 2019-01-16 19:18:32 -08:00 committed by GitHub
parent 72c7139d8c
commit 00c4c30d72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ local|tar)
exit 1
;;
esac
disown
;;
*)
echo "Unknown deployment method: $deployMethod"