summaryrefslogtreecommitdiff
path: root/run-debug
diff options
context:
space:
mode:
Diffstat (limited to 'run-debug')
-rwxr-xr-xrun-debug12
1 files changed, 0 insertions, 12 deletions
diff --git a/run-debug b/run-debug
deleted file mode 100755
index a960e6a..0000000
--- a/run-debug
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-set -eu
-
-ick="$1"
-
-./controller \
- --debug \
- --pid-file=pid \
- --port-file=port \
- --log=log \
- --projects="$ick" \