X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=update;h=26ea726c0fefd5c2b354ee0bcf3a9bfce397b8ee;hb=15dd5acfcf3970f239f1a96a7eb5de10b60eb241;hp=552c1e550e4cd9678e90f44e28b7295389670b41;hpb=404e33f61c2b32c805a9dc39f25f8782b017f41e;p=bookmarks_db.git diff --git a/update b/update index 552c1e5..26ea726 100755 --- a/update +++ b/update @@ -15,9 +15,9 @@ elif [ -z "$current" ]; then exit 1 fi -git pull --ff-only current master && +git pull --ff-only current master && compyleall && web="`git config --get --path remote.web.url`" && [ -n "$web" ] && git push web -cd "$current" && exec git pull origin +cd "$current" && compyleall && exec git pull origin