瀏覽代碼

Fix tabs at agent_conf.sh

Fixed tabulations in agent_conf.sh for better developer reading.
DieFeM 12 年之前
父節點
當前提交
e50b14e819
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      agent_conf.sh

+ 3 - 3
agent_conf.sh

@@ -90,7 +90,7 @@ then
 	
 	if [ -z "${port}" ]
 	then 
-	port=$DEFAULT_PORT
+		port=$DEFAULT_PORT
 	fi
 	
 	echo 
@@ -101,7 +101,7 @@ then
 	
 	if [ -z "${ip}" ]  
 	then 
-	ip=$DEFAULT_IP
+		ip=$DEFAULT_IP
 	fi 
 	
 	while [ 1 ]
@@ -137,7 +137,7 @@ then
 	
 	if [ $? != 0 ]
 	then
-	failed "Failed to write config file."
+		failed "Failed to write config file."
 	fi 
 	
 	echo;