From 1e45dcf7c8ddd00e08b51dfc4f325426ab96a265 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 25 Mar 2012 19:56:38 +0200 Subject: [PATCH] * update and run scripts (using privbind) --- run.sh | 2 ++ update.sh | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 run.sh create mode 100644 update.sh diff --git a/run.sh b/run.sh new file mode 100644 index 000000000..7ac433b60 --- /dev/null +++ b/run.sh @@ -0,0 +1,2 @@ +#!/bin/bash +sudo privbind -u tazjin tazblog --port 80 --statedir $TAZBLOG \ No newline at end of file diff --git a/update.sh b/update.sh new file mode 100644 index 000000000..a4229f941 --- /dev/null +++ b/update.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +hg pull +hg update +cabal install --reinstall \ No newline at end of file