Commit b891ebd6 authored by Дмитрий Сафронов's avatar Дмитрий Сафронов
Browse files

Merge branch 's' into 'master'

checksum

See merge request docker/git-rsync-to-openwrt!3
parents 57df8ac1 80a193e6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,6 +27,6 @@ warning "Starting at $(date -u)"

find overlay/ -type f -name .gitkeep -delete

LC_ALL=C.UTF-8 rsync -avn --delete-after --exclude '*-opkg' -e "ssh -p ${OPENWRT_SSH_PORT:-22}" overlay/ "${OPENWRT_SSH_HOST:-root@192.168.0.1}:/overlay/upper/" || die "Couldn't rsync config"
LC_ALL=C.UTF-8 rsync -acxvn --delete-after --exclude '*-opkg' -e "ssh -p ${OPENWRT_SSH_PORT:-22}" overlay/ "${OPENWRT_SSH_HOST:-root@192.168.0.1}:/overlay/upper/" || die "Couldn't rsync config"

success "Done at $(date -u)"