mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Typo correction.
This commit is contained in:
parent
813ef8800b
commit
a381b79b96
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ fi
|
|||
|
||||
CALLER=$(echo `ps a -o pid,command | grep $$ | grep -v grep | tr -s ' '` | cut -d ' ' -f 2)
|
||||
if [ "${CALLER}x" = "${0}x" ]; then
|
||||
CALLER="PIPED TROUGH"
|
||||
CALLER="PIPED THROUGH"
|
||||
fi
|
||||
echo " * INFO: ${CALLER} $0 -- Version ${ScriptVersion}"
|
||||
#--- FUNCTION ----------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue