From 6606411495feed3b26df494ff7e203f8d7a445fa Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sun, 20 Aug 2017 18:23:37 +0200 Subject: Revert "rename config.sh.sample" This reverts commit 34c6b391ecfd48af470a3a6f593667fd4a9fe036. --- config.sh.sample | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config.sh.sample (limited to 'config.sh.sample') diff --git a/config.sh.sample b/config.sh.sample new file mode 100644 index 0000000..247a382 --- /dev/null +++ b/config.sh.sample @@ -0,0 +1,16 @@ +#!/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 -- cgit v1.2.3