for linux

This commit is contained in:
Oleg Oleg 2025-12-25 00:25:06 +04:00
parent 815efbcb9d
commit b2c0604f5c

View File

@ -4,7 +4,7 @@ set -ex
stop=$1 stop=$1
if [[ -z "$stop" ]]; then if [ -z "$stop" ]; then
echo "stopping containers" echo "stopping containers"
docker stop chatbot webhook docker stop chatbot webhook