fix: watcher script

This commit is contained in:
nomadics9 2024-12-20 19:33:09 +03:00
parent 7b6ec9b197
commit 3a820686ac
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/bin/sh
if [ -f .env ]; then if [ -f .botenv ]; then
export $(grep -v '^#' .botenv | xargs) export $(grep -v '^#' .botenv | xargs)
fi fi