2 changed files with 1 additions and 3 deletions
@ -1,7 +1,7 @@ |
|||||||
#!/bin/bash |
#!/bin/bash |
||||||
if [[ -n $(docker ps -q -f "name=^aspect-lock$") ]];then |
if [[ -n $(docker ps -q -f "name=^aspect-lock$") ]];then |
||||||
echo "has start aspect-lock" |
echo "has start aspect-lock" |
||||||
docker rm aspect-lock |
docker rm -f aspect-lock |
||||||
else |
else |
||||||
echo "not start aspect-lock" |
echo "not start aspect-lock" |
||||||
fi |
fi |
Loading…
Reference in new issue