From 6c502afc55a32d8263ea7d4ecaa6284865c5bce7 Mon Sep 17 00:00:00 2001 From: Dmitriy Safronov Date: Fri, 18 Feb 2022 18:56:04 +0300 Subject: [PATCH] s --- sync.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sync.sh b/sync.sh index 28daa28..eebb785 100644 --- a/sync.sh +++ b/sync.sh @@ -28,3 +28,5 @@ 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" + +success "Done at $(date -u)" -- GitLab