Typo fixing
This commit is contained in:
parent
7570794632
commit
ad9d978fc2
|
@ -288,7 +288,7 @@ include #### TrapError SUBSET ####
|
||||||
include #### IsInteger SUBSET ####
|
include #### IsInteger SUBSET ####
|
||||||
include #### HumanToNumeric SUBSET ####
|
include #### HumanToNumeric SUBSET ####
|
||||||
include #### RemoteLogger SUBSET ####
|
include #### RemoteLogger SUBSET ####
|
||||||
include #### Cleanup SUBSET ####
|
include #### CleanUp SUBSET ####
|
||||||
|
|
||||||
function _CheckReplicasRemoteSub {
|
function _CheckReplicasRemoteSub {
|
||||||
if [ ! -d "$replicaPath" ]; then
|
if [ ! -d "$replicaPath" ]; then
|
||||||
|
@ -481,7 +481,7 @@ include #### TrapError SUBSET ####
|
||||||
include #### ArrayContains SUBSET ####
|
include #### ArrayContains SUBSET ####
|
||||||
include #### IsInteger SUBSET ####
|
include #### IsInteger SUBSET ####
|
||||||
include #### RemoteLogger SUBSET ####
|
include #### RemoteLogger SUBSET ####
|
||||||
include #### Cleanup SUBSET ####
|
include #### CleanUp SUBSET ####
|
||||||
|
|
||||||
function _HandleLocksRemoteSub {
|
function _HandleLocksRemoteSub {
|
||||||
local writeLocks=false
|
local writeLocks=false
|
||||||
|
@ -886,7 +886,7 @@ env _DEBUG="'$_DEBUG'" env _PARANOIA_DEBUG="'$_PARANOIA_DEBUG'" env _LOGGER_SILE
|
||||||
env PROGRAM="'$PROGRAM'" env SCRIPT_PID="'$SCRIPT_PID'" env TSTAMP="'$TSTAMP'" \
|
env PROGRAM="'$PROGRAM'" env SCRIPT_PID="'$SCRIPT_PID'" env TSTAMP="'$TSTAMP'" \
|
||||||
env replicaPath="'$replicaPath'" env replicaType="'$replicaType'" env REMOTE_STAT_CTIME_MTIME_CMD="'$REMOTE_STAT_CTIME_MTIME_CMD'" \
|
env replicaPath="'$replicaPath'" env replicaType="'$replicaType'" env REMOTE_STAT_CTIME_MTIME_CMD="'$REMOTE_STAT_CTIME_MTIME_CMD'" \
|
||||||
env LC_ALL=C $COMMAND_SUDO' bash -s' << 'ENDSSH' > "$RUN_DIR/$PROGRAM.${FUNCNAME[0]}.$replicaType.$SCRIPT_PID.$TSTAMP"
|
env LC_ALL=C $COMMAND_SUDO' bash -s' << 'ENDSSH' > "$RUN_DIR/$PROGRAM.${FUNCNAME[0]}.$replicaType.$SCRIPT_PID.$TSTAMP"
|
||||||
include #### Cleanup SUBSET ####
|
include #### CleanUp SUBSET ####
|
||||||
|
|
||||||
function _getFileCtimeMtimeRemoteSub {
|
function _getFileCtimeMtimeRemoteSub {
|
||||||
local retval=0
|
local retval=0
|
||||||
|
@ -1372,7 +1372,7 @@ include #### RUN_DIR SUBSET ####
|
||||||
include #### DEBUG SUBSET ####
|
include #### DEBUG SUBSET ####
|
||||||
include #### TrapError SUBSET ####
|
include #### TrapError SUBSET ####
|
||||||
include #### RemoteLogger SUBSET ####
|
include #### RemoteLogger SUBSET ####
|
||||||
include #### Cleanup SUBSET ####
|
include #### CleanUp SUBSET ####
|
||||||
|
|
||||||
## Empty earlier failed delete list
|
## Empty earlier failed delete list
|
||||||
> "$FAILED_DELETE_LIST"
|
> "$FAILED_DELETE_LIST"
|
||||||
|
@ -2135,7 +2135,7 @@ include #### TrapError SUBSET ####
|
||||||
include #### IsInteger SUBSET ####
|
include #### IsInteger SUBSET ####
|
||||||
include #### HumanToNumeric SUBSET ####
|
include #### HumanToNumeric SUBSET ####
|
||||||
include #### RemoteLogger SUBSET ####
|
include #### RemoteLogger SUBSET ####
|
||||||
include #### Cleanup SUBSET ####
|
include #### CleanUp SUBSET ####
|
||||||
|
|
||||||
function _SoftDeleteRemoteSub {
|
function _SoftDeleteRemoteSub {
|
||||||
if [ -d "$replicaDeletionPath" ]; then
|
if [ -d "$replicaDeletionPath" ]; then
|
||||||
|
|
Loading…
Reference in New Issue