mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Remove debug exit
This commit is contained in:
parent
f9f3d041ac
commit
879bc6ce83
1 changed files with 0 additions and 3 deletions
|
@ -122,9 +122,6 @@ fi
|
|||
|
||||
CALLER=$(echo `ps a -eo pid,cmd | grep $$ | grep -v grep | tr -s ' '` | cut -d ' ' -f 2)
|
||||
echo " * INFO: ${CALLER} $0 -- Version ${ScriptVersion}"
|
||||
exit 1
|
||||
|
||||
|
||||
#--- FUNCTION ----------------------------------------------------------------
|
||||
# NAME: __exit_cleanup
|
||||
# DESCRIPTION: Cleanup any leftovers after script has ended
|
||||
|
|
Loading…
Add table
Reference in a new issue