suppress kill in the script(provoked error 143)

This commit is contained in:
MrArmonius 2021-07-09 16:46:00 +02:00
parent 49fcbcae7c
commit 2f09e10933
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
#!/bin/sh
trap "kill 0" EXIT
#export BOTTIN_DEFAULT_ADMIN_PW=$(openssl rand -base64 24)
echo $BOTTIN_DEFAULT_ADMIN_PW
consul agent -dev > /dev/null 2>&1 &