diff options
| -rw-r--r-- | config.sh.sample | 4 |
1 files changed, 3 insertions, 1 deletions
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="<your-phone-number>" # Command the bot uses to send responses -#export GSB_SEND_CMD="signal-cli -u <your-phone-number> 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")" |
