aboutsummaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2017-08-20 18:23:37 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2017-08-20 18:23:37 +0200
commit6606411495feed3b26df494ff7e203f8d7a445fa (patch)
tree2d47059810036d54b78f76e713150a3cf367e840 /config.sh
parent34c6b391ecfd48af470a3a6f593667fd4a9fe036 (diff)
downloadgeldschieberbot-6606411495feed3b26df494ff7e203f8d7a445fa.tar.gz
geldschieberbot-6606411495feed3b26df494ff7e203f8d7a445fa.zip
Revert "rename config.sh.sample"
This reverts commit 34c6b391ecfd48af470a3a6f593667fd4a9fe036.
Diffstat (limited to 'config.sh')
-rw-r--r--config.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/config.sh b/config.sh
deleted file mode 100644
index 247a382..0000000
--- a/config.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-# Group the bot should monitor
-export GSB_GROUP_ID=""
-# Path where the bots data shoul be stored
-export GSB_STORE_PATH="~/geldschieberbot"
-# Command the bot uses to send responses
-export GSB_SEND_CMD=""
-# SIganl user the bot should use
-export GSB_USER=""
-
-# create GSB_STORE_PATH
-if [[ ! -e "$GSB_STORE_PATH" ]]
-then
- mkdir -p $GSB_STORE_PATH 2>/dev/null
-fi