diff --git a/api-server b/api-server index 8fbfade..071708c 100755 Binary files a/api-server and b/api-server differ diff --git a/watchTV.sh b/watchTV.sh index b100059..d9d1e35 100755 --- a/watchTV.sh +++ b/watchTV.sh @@ -1,6 +1,6 @@ -#!/usr/bin/env bash +#!/bin/sh -if [ -f .env ]; then +if [ -f .botenv ]; then export $(grep -v '^#' .botenv | xargs) fi