Removed typo
This commit is contained in:
parent
d6b5fcc20f
commit
15c49f3aa4
|
@ -300,7 +300,7 @@ exit $?
|
||||||
ENDSSH
|
ENDSSH
|
||||||
result=$?
|
result=$?
|
||||||
if [ $result != 0 ]; then
|
if [ $result != 0 ]; then
|
||||||
Logger "Failed to check remote replica.." "CRITICAL"
|
Logger "Failed to check remote replica." "CRITICAL"
|
||||||
fi
|
fi
|
||||||
if [ -s "$RUN_DIR/$PROGRAM.${FUNCNAME[0]}.$SCRIPT_PID" ]; then
|
if [ -s "$RUN_DIR/$PROGRAM.${FUNCNAME[0]}.$SCRIPT_PID" ]; then
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in New Issue