Bläddra i källkod

更新 'coffeesystem.sh'

fatwolf 2 år sedan
förälder
incheckning
fff70a8543
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      coffeesystem.sh

+ 1 - 0
coffeesystem.sh

@@ -138,6 +138,7 @@ echo "Git Server done"
 #Item6 Python packegs Library
 step6_t1=$(date +"%S")
 cd /home/使用者;pwd;git clone -b package --single-branch http://60.250.156.230:3000/Automatic_build_system/Automatically_install_files.git;cd Automatically_install_files/;pwd;sudo pip3 install -r requirements.txt
+sudo rm -rf Automatically_install_files/
 
 step6_t2=$(date +"%S")
 echo 'Item6 Python packegs Library 安裝時間:' $((step6_t2-step6_t1)) '秒' >>/home/使用者/test.log