zhou.xiaoning 3 jaren geleden
bovenliggende
commit
af668cd784
1 gewijzigde bestanden met toevoegingen van 6 en 6 verwijderingen
  1. 6 6
      api/console/upmtpgo.sh

+ 6 - 6
api/console/upmtpgo.sh

@@ -3,7 +3,7 @@
 
 function excute() {
     local arg=$1
-    if [[ "$arg" == mtp2_queryservice_*.zip ]]; then
+    if [[ "$arg" == mtp20_access_*.zip ]]; then
       filename=$1
       updateSpecialVer $filename
     else
@@ -26,11 +26,11 @@ function updateSpecialVer() {
     cp ../config.yaml ./MTP20Access/config.yaml
     cp -rf ./MTP20Access/* ../
     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