zhou.xiaoning 3 年之前
父節點
當前提交
af668cd784
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      api/console/upmtpgo.sh

+ 6 - 6
api/console/upmtpgo.sh

@@ -3,7 +3,7 @@
 
 
 function excute() {
 function excute() {
     local arg=$1
     local arg=$1
-    if [[ "$arg" == mtp2_queryservice_*.zip ]]; then
+    if [[ "$arg" == mtp20_access_*.zip ]]; then
       filename=$1
       filename=$1
       updateSpecialVer $filename
       updateSpecialVer $filename
     else
     else
@@ -26,11 +26,11 @@ function updateSpecialVer() {
     cp ../config.yaml ./MTP20Access/config.yaml
     cp ../config.yaml ./MTP20Access/config.yaml
     cp -rf ./MTP20Access/* ../
     cp -rf ./MTP20Access/* ../
     cd ..
     cd ..
-    #rm -rf upmtpgo
-    #pkill MTP20Access
-    #nohup `pwd`/MTP20Access &
-    #rm -f ./update.sh
-    #rm -f console
+    rm -rf upmtpgo
+    pkill MTP20Access
+    nohup `pwd`/MTP20Access &
+    rm -f ./update.sh
+    rm -f console
 }
 }
 
 
 excute $1
 excute $1