summaryrefslogtreecommitdiffstats
path: root/Reaktor/IRC/index
diff options
context:
space:
mode:
Diffstat (limited to 'Reaktor/IRC/index')
-rwxr-xr-xReaktor/IRC/index7
1 files changed, 4 insertions, 3 deletions
diff --git a/Reaktor/IRC/index b/Reaktor/IRC/index
index 41e3a227..68b6cf33 100755
--- a/Reaktor/IRC/index
+++ b/Reaktor/IRC/index
@@ -1,8 +1,9 @@
#! /bin/sh
set -xeuf
-cd $(dirname $(readlink -f $0))
+# cd //Reaktor
+cd $(dirname $(readlink -f $0))/..
-./install
+IRC/install
-exec python bot2.py "$@"
+exec python IRC/bot2.py "$@"