killua 5 년 전
부모
커밋
9d0c64226f
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      blog.sh

+ 5 - 2
blog.sh

@@ -28,8 +28,11 @@ is_exist(){
    	 cd $BLOG_PATH
    	 git pull
    	 sleep 5
-	 nohup hexo server >hexo-blog.log 2>&1 & 	 
-   fi
+	 hexo clean
+	 sleep 1
+#	 nohup hexo server >hexo-blog.log 2>&1 & 	 
+	 hexo g 
+  fi
  }
 
 #停止方法