Skip to content
Snippets Groups Projects
Commit 57df8ac1 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

Merge branch 's' into 'master'

s

See merge request docker/git-rsync-to-openwrt!2
parents 97260274 6c502afc
No related branches found
No related tags found
1 merge request!2s
Pipeline #5200 passed
...@@ -28,3 +28,5 @@ warning "Starting at $(date -u)" ...@@ -28,3 +28,5 @@ warning "Starting at $(date -u)"
find overlay/ -type f -name .gitkeep -delete 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 -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)"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment