From 4ec146569d9ac9074686833e716040d1c0176557 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sat, 26 Nov 2011 21:13:38 +0100 Subject: [PATCH] Update the static files as well, not just the dynamic site --- tools/update/update.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/update/update.sh b/tools/update/update.sh index 12d846e7..88e0f7e2 100755 --- a/tools/update/update.sh +++ b/tools/update/update.sh @@ -33,3 +33,8 @@ pkill -f pgweb/manage.py # Update the file listing the latest update mv -f /tmp/pgweb.update lastupdate +# Unconditionally update the static content (we don't need to reload +# lighttpd for htis, so there is no need to actually check for last +# updates or anything like that) +cd $UPDDIR/../../../pgweb-static +git pull -q >/dev/null 2>&1 -- 2.39.5