suppress non-zero exit for glassfish start

when requesting glassfish to start in vmware fusion 10 packer get
a non-zero exit code when service is already starting.  This look
to be valid to simply ignore.
This commit is contained in:
Jeffrey Martin 2017-11-28 12:33:39 -06:00
parent 1ac03dc3b7
commit f6fc402e0a
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
powershell -command "Start-Sleep -s 15"
net start "domain1"
exit 0