Update after_up.sh

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

View File

@ -4,5 +4,5 @@ sudo systemctl stop mingdao
sudo docker stop $(docker ps -aq)
sudo docker rm $(docker ps -aq)
rm -rf /data/mingdao
/bin/rm -f /data/apps/mingdao/installer/first
rm -f /data/apps/mingdao/installer/first
sudo systemctl start mingdao