Commit 0b76f770 authored by xuezj's avatar xuezj

修复语法错误

parent 11266372
...@@ -34,7 +34,7 @@ cd /home/qg-xterm/;git pull;cd - ...@@ -34,7 +34,7 @@ cd /home/qg-xterm/;git pull;cd -
source ~/.bash_profile source ~/.bash_profile
abTest=('xuezhijie' 'ai') abTest=('xuezhijie' 'ai')
if echo "${abTest[@]}" | grep -w "${NAMESPACE}" &>/dev/null; then if echo "${abTest[@]}" | grep -w "${NAMESPACE}" &>/dev/null;
python replace.py python replace.py
then then
echo "sed static to host" echo "sed static to host"
......
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