Update after_up.sh

This commit is contained in:
qiaofeng1227 2023-03-02 14:17:37 +08:00 committed by GitHub
parent 93993b43d2
commit 55f69ad13b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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