Browse Source

脚本优化

benjobs 7 years ago
parent
commit
d886200bcb
1 changed files with 0 additions and 2 deletions
  1. 0 2
      build.sh

+ 0 - 2
build.sh

@@ -85,7 +85,6 @@ if [ $UID -ne 0 ]; then
 fi
 
 #check java exists.
-
 java 2> /dev/null;
 
 if [ $? -ne 1 ];then
@@ -94,7 +93,6 @@ if [ $? -ne 1 ];then
 fi
 
 #check maven exists
-
 mvn -h 2> /dev/null
 
 if [ $? -ne 1 ]; then