commit 46ac92dda98d96a30756be7bfcf29b8afaaed79b parent a2b6f9b768bb6e6022416bf2e5d84ba26e31074e Author: Florian Dold <florian.dold@gmail.com> Date: Mon, 29 Feb 2016 11:59:07 +0100 landing instead of demo Diffstat:
| M | crontab.template | | | 2 | +- |
| D | update_demo.sh | | | 3 | --- |
| A | update_landing.sh | | | 3 | +++ |
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/crontab.template b/crontab.template @@ -1,4 +1,4 @@ -# XXX: ajust based on account +# XXX: adjust based on account MAILTO=demo@localhost diff --git a/update_demo.sh b/update_demo.sh @@ -1,3 +0,0 @@ -#!/bin/bash - -cd $HOME/demo && git pull diff --git a/update_landing.sh b/update_landing.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +cd $HOME/landing && git pull