mirror of
https://github.com/olegvodyanov/docbot.git
synced 2026-02-02 02:45:46 +03:00
for linux
This commit is contained in:
parent
815efbcb9d
commit
b2c0604f5c
@ -4,7 +4,7 @@ set -ex
|
||||
|
||||
stop=$1
|
||||
|
||||
if [[ -z "$stop" ]]; then
|
||||
if [ -z "$stop" ]; then
|
||||
echo "stopping containers"
|
||||
docker stop chatbot webhook
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user