From a16f0be99ea25e9102c9863db6c32dd4cb96c0a7 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 11 Aug 2023 13:55:16 +0200 Subject: add GSB_USER variable back because it is used in run.sh --- config.sh.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.sh.sample b/config.sh.sample index 7df517c..747236e 100644 --- a/config.sh.sample +++ b/config.sh.sample @@ -4,8 +4,10 @@ export GSB_GROUP_ID="your_groupid" # File where the bot's state should be stored export GSB_STATE_FILE="${GSB_STORE_PATH}/state.json" +# User account to retrieve messages in the run.sh script +export GSB_USER="" # Command the bot uses to send responses -#export GSB_SEND_CMD="signal-cli -u send --message-from-stdin -g ${GSB_GROUP}" +#export GSB_SEND_CMD="signal-cli -u ${GSB_USER} send --message-from-stdin -g ${GSB_GROUP}" export GSB_SEND_CMD="" GSB_STATE_DIR="$(dirname "$GSB_STATE_FILE")" -- cgit v1.2.3