updated to version 3.2.3
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
lockfile="/tmp/duplicacy.lock"
|
||||
LOGFILE="/var/log/duplicacy/duplicacy_$(date +%Y%m%d-%H%M%S).log"
|
||||
LATEST_DUPLICACY_VERSION="ls -lha $(dirname "$0")/binaries/ | awk '/-rw/{print substr($9,length($9)-4);exit}'"
|
||||
LATEST_DUPLICACY_VERSION="3.1.0"
|
||||
LATEST_DUPLICACY_VERSION="3.2.3"
|
||||
|
||||
# make log directory
|
||||
if [ ! -d $(dirname ${LOGFILE}) ]; then
|
||||
|
||||
Reference in New Issue
Block a user