X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=update;h=a7aefa92c9de344375f86a78e6dd8815ff321d32;hb=fa0f65074563ba0fe38311f4b79787d15f0bee7c;hp=26ea726c0fefd5c2b354ee0bcf3a9bfce397b8ee;hpb=cbf4c2c1db0af3829e015d895eb4ae02ecb8fc8e;p=bookmarks_db.git 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