From cbd74a7f721c9eec87f6e790af6281746ccba57c Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Thu, 18 Mar 2021 14:12:48 +0100 Subject: [PATCH] bashbot.rc: fix default bashbot path --- bashbot.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bashbot.rc b/bashbot.rc index 91b4fba..e7f6f64 100755 --- a/bashbot.rc +++ b/bashbot.rc @@ -5,7 +5,7 @@ # # tested on: ubuntu, opensuse, debian # -#### $$VERSION$$ v1.51-dev-7-g721e433 +#### $$VERSION$$ v1.51-dev-8-gdedcc00 # shellcheck disable=SC2009 # shellcheck disable=SC2181 # shellcheck disable=SC2250 @@ -38,7 +38,7 @@ runas="nobody" # your bot name as given to botfather, e.g. mysomething_bot name="" # your bot installation dir -bashbotdir="/usr/local/github/telegram-bot-bash-develop/DIST/telegram-bot-bash" +bashbotdir="/usr/local/telegram-bot-bash/telegram-bot-bash" databotdir="${bashbotdir}/data-bot-bash" # programs to run bashbot="cd ${bashbotdir}; ${bashbotdir}/bashbot.sh"