X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=update;h=f7e3dbe696710b462def485e799db986fa4bf946;hb=3bc326b4e99da872f8840b9a3f950ac8dc07dd51;hp=552c1e550e4cd9678e90f44e28b7295389670b41;hpb=98fe10e1a6e8e29731ff72d9859701563b772c8b;p=phdru.name%2Fphdru.name.git diff --git a/update b/update index 552c1e5..f7e3dbe 100755 --- a/update +++ b/update @@ -15,7 +15,7 @@ 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