From 8a6ce3234785f7428d91a2f1ac7382fc04f050aa Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 13 Apr 2015 13:23:10 -0600 Subject: [PATCH] I actually tried running kothd this time --- kothd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 kothd diff --git a/kothd b/kothd old mode 100644 new mode 100755 index fa52c06..ffad247 --- a/kothd +++ b/kothd @@ -1,7 +1,7 @@ #! /bin/sh cd ${1:-$(dirname $0)} -KOTH_BASE=$(cwd) +KOTH_BASE=$(pwd) echo "Running koth instances in $KOTH_BASE"