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

Merge branch 'zimniy-master-patch-87021' into 'master'

Update sync.sh

See merge request docker/git-rsync-from-openwrt!6
parents 54847344 a10f307c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ if [ -n "$OPENWRT_GIT_URL" ]; then
    git clone -q "$OPENWRT_GIT_URL" repo || die "Couldn't clone repo"
    cd repo || die "Couldn't enter repo dir"

    notify "Enterng main loop $(date -u)"
    notify "Entering main loop at $(date -u)"
    while true; do
        git reset -q --hard || die "Couldn't reset repo"
        git pull -q || die "Couldn't pull repo"