Loading sync.sh +2 −0 Original line number Diff line number Diff line Loading @@ -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)" Loading
sync.sh +2 −0 Original line number Diff line number Diff line Loading @@ -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)"