From 620484a6d85db92e6bfefd54f6b57ff0a67f1b0b Mon Sep 17 00:00:00 2001 From: deajan Date: Sat, 22 Oct 2016 20:56:14 +0200 Subject: [PATCH] More busybox love again --- dev/n_osync.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev/n_osync.sh b/dev/n_osync.sh index a80acd1..301920a 100755 --- a/dev/n_osync.sh +++ b/dev/n_osync.sh @@ -4,7 +4,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta2 -PROGRAM_BUILD=2016102201 +PROGRAM_BUILD=2016102202 IS_STABLE=no # Execution order #__WITH_PARANOIA_DEBUG @@ -772,6 +772,11 @@ function syncAttrs { local escDestDir local destReplica + if [ "$LOCAL_OS" == "BUSYBOX" ]; then + Logger "Skipping acl synchronization (busybox doesn't have join command)." "NOTICE" + return 0 + fi + Logger "Getting list of files that need updates." "NOTICE" if [ "$REMOTE_OPERATION" == "yes" ]; then