Update status.inc
This commit is contained in:
@@ -931,7 +931,7 @@ REMOVE_CONFLICT_SYNC_FILES(){
|
||||
var=${NTYPE}_HOSTS[@]
|
||||
for nip in "${!var}"; do
|
||||
if [ ! -f ${NM_TMPFOLDER}/${nip}.down ]; then
|
||||
echo -e "${idsCL[LightYellow]}Removing all Syncthing 'sync-conflict' files from${idsCL[LightGreen]} ${NM_HOSTNAME[${nip}]} ${idsCL[LightYellow]}[${nip}]${idsCL[Default]}"
|
||||
echo -e "${idsCL[LightYellow]}Removing all Syncthing sync-conflict files from${idsCL[LightGreen]} ${NM_HOSTNAME[${nip}]} ${idsCL[LightYellow]}[${nip}]${idsCL[Default]}"
|
||||
PH_CMD="ssh -q -o ConnectTimeout=3 -o ConnectionAttempts=1 root@${nip}"
|
||||
var2=${NTYPE}_REPL_CHECK[@]
|
||||
for rcheck in "${!var2}"; do
|
||||
|
||||
Reference in New Issue
Block a user