Kaynağa Gözat

Update after_up.sh

qiaofeng1227 2 yıl önce
ebeveyn
işleme
d0ebf3d783
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      apps/roles/mingdao/files/after_up.sh

+ 1 - 1
apps/roles/mingdao/files/after_up.sh

@@ -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