fix: watcher script
This commit is contained in:
parent
7b6ec9b197
commit
3a820686ac
2 changed files with 2 additions and 2 deletions
BIN
api-server
BIN
api-server
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/bin/sh
|
||||
|
||||
if [ -f .env ]; then
|
||||
if [ -f .botenv ]; then
|
||||
export $(grep -v '^#' .botenv | xargs)
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue