X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=blobdiff_plain;f=update;h=a7aefa92c9de344375f86a78e6dd8815ff321d32;hp=26ea726c0fefd5c2b354ee0bcf3a9bfce397b8ee;hb=fa0f65074563ba0fe38311f4b79787d15f0bee7c;hpb=8094a1b37e535d529817c89f33c17e46fa84a4f5 diff --git a/update b/update index 26ea726..a7aefa9 100755 --- a/update +++ b/update @@ -15,7 +15,7 @@ elif [ -z "$current" ]; then exit 1 fi -git pull --ff-only current master && compyleall && +git pull --ff-only current master && web="`git config --get --path remote.web.url`" && [ -n "$web" ] && git push web