Update after_up.sh

This commit is contained in:
qiaofeng1227 2023-03-02 10:43:29 +08:00 committed by GitHub
parent 8f80c0b2ab
commit 5595fe8e76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#!/bin/bash
echo "mingdao special " >> /tmp/init_debug.txt
echo "mingdao execute delete mingdao and first" >> /tmp/init_debug.txt
sudo systemctl stop mingdao
sudo docker stop $(docker ps -aq)
sudo docker rm $(docker ps -aq)