diff --git a/sync.sh b/sync.sh
index 28daa28468fb29d1a4bb72c6a954c122ee9106b5..eebb7854a56688b7ae1eb273258c824643f77eca 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)"