diff options
-rwxr-xr-x | scripts/update-and-validate.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/update-and-validate.sh b/scripts/update-and-validate.sh index 9b1eca3e..800ccc8f 100755 --- a/scripts/update-and-validate.sh +++ b/scripts/update-and-validate.sh @@ -5,6 +5,11 @@ update() { # echo "git pull" git pull -q || return $? + + /var/www/scripts/updateWebb.bash + + make -f Makefile.validate + # echo #echo "make aggregate" |