diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2017-08-20 18:22:39 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2017-08-20 18:22:39 +0200 |
| commit | 34c6b391ecfd48af470a3a6f593667fd4a9fe036 (patch) | |
| tree | 057b90df61262a646428f190755086cdef1be45a /config.sh.sample | |
| parent | feeda362b68d48d6057ae8b992537692c5d787d0 (diff) | |
| download | geldschieberbot-34c6b391ecfd48af470a3a6f593667fd4a9fe036.tar.gz geldschieberbot-34c6b391ecfd48af470a3a6f593667fd4a9fe036.zip | |
rename config.sh.sample
Diffstat (limited to 'config.sh.sample')
| -rw-r--r-- | config.sh.sample | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/config.sh.sample b/config.sh.sample deleted file mode 100644 index 247a382..0000000 --- a/config.sh.sample +++ /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 |
