Removed [SUCCESS] tag from scipt completion notation
This commit is contained in:
parent
1e8ff53075
commit
356dfc7f21
@ -82,8 +82,7 @@ quit none
|
|||||||
function quit {
|
function quit {
|
||||||
if [ -z "$1" ]; then
|
if [ -z "$1" ]; then
|
||||||
# exit cleanly
|
# exit cleanly
|
||||||
echo -e "\e[1;32m${stamp}" \
|
echo -e "\e[1;32m${stamp} -- Script completed --\e[0m" >> "$logFile"
|
||||||
"--[SUCCESS] Script completed --\e[0m" >> "$logFile"
|
|
||||||
exit 0
|
exit 0
|
||||||
elif [ "$1" = "none" ]; then
|
elif [ "$1" = "none" ]; then
|
||||||
if [ -z "$2" ]; then
|
if [ -z "$2" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user