Commit feb39028 authored by tywldx's avatar tywldx

fix

parent 5b3e598c
...@@ -70,7 +70,7 @@ getK8sConditionStr(){ ...@@ -70,7 +70,7 @@ getK8sConditionStr(){
} }
createK8sNginxConf(){ createK8sNginxConf(){
file_name=$2 file_name=$1
echo "$file_name" echo "$file_name"
echo "server { " >> $file_name echo "server { " >> $file_name
echo " listen 80 default; " >> $file_name echo " listen 80 default; " >> $file_name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment