nlef / moonraker-telegram-bot

Telegram bot to interact with Moonraker (Klipper Web API Server)
Creative Commons Zero v1.0 Universal
251 stars 65 forks source link

MOONRAKER_BOT_DIR now will be set by script path #321

Closed Ogurezzz closed 2 months ago

Ogurezzz commented 2 months ago

If user cloned repo not in ${HOME}, base config file won't be copied, because bot's folder is strictly set to: MOONRAKER_BOT_DIR=${HOME}/moonraker-telegram-bot

This is small fix for this.