reload_flag=""
if [[ -n "${DEBUG}" ]]; then
reload_flag="--reload"
fi
if [[ -n "${WORKER_COUNT}" ]]; then
workers=${WORKER_COUNT}
else
workers=2
fi
gunicorn --workers ${workers} \
--bind 0.0.0.0:8000 \
${reload_flag} main.wsgi
Писали такие конструкции чтобы проверить наличие флага и сформировать команду правильно?
На самом деле можно сделать тоже самое проще. Для этого используются операторы условной подстановки, доступные в оболочках семейства POSIX.
:- для установки значений по умолчанию
${WORKER_COUNT:-2}
Если переменная не объявлена, то будет дефолтное значение 2.
:+ подставляет указанный текст, если переменная не пуста
${DEBUG:+--reload}
Если что-то есть в переменной то распечатается текст после символа +, в противном случае - ничего. Удобно для опциональных флагов, как в нашем примере.
Итого наш скрипт может выглядеть так:
gunicorn --workers ${WORKER_COUNT:-2} \
--bind 0.0.0.0:8000 \
${DEBUG:+--reload} main.wsgi
Есть еще два оператора.
:= не только подставить дефолтное значение, но и присвоить его переменной, если она пуста
# никаких переменных еще нет
VAL1=${VAL2:=hello}
# теперь доступны обе
echo $VAL1 $VAL2
# hello hello
:? остановить выполнение с ошибкой, если переменной нет.
echo ${MISS:?is required}
bash: MISS: is required
Код выхода будет 1.
#tricks#linux
You are,
Fence of seduction,
Till I vent all my senses
veins pump as it tenses.
Essence of a gentle,
love is moment less.
Time's not a crisis
if we did it like we
meant this.
Don't regret me as
I fill me in your soul.
I wish to be your's,
and not to be
Yet, another expenses.
#wong#review
Oh, and I can assure you,
there is no love between u and I.
We're just drunk to the idea that,
we would have someone to hold,
through out the pain.
#wong#thoughts#review
I have an odd impulse,
of losing myself in the crowd.
I believed that's how I found myself,
but then I realised.
I just wanted to be found.
Beyond lust and pleasures,
I have a jubilant admiration,
for this weird ripple of sensitivities,
that can only be triggered by
people so rare.
It's almost angelic.
In a world that survives on each other,
It's only a miracle how I live on my own.
Comprehending pain from people,
Discerning despair.
I was just correlating.
To what it made me,
And what you've become.
I guess,
Its been a trial to see how to be the man,
that I pretend to be.
#wong#review#newuser
X-x寻x找z心x中z的d你n- 寻找心中的你 王家欣 (2015)
直达链接:https://pan.quark.cn/s/e95386c8b3c3
#寻找心中的你
#王家欣
#Wong Ka Yan
#Find My Mind of You
链接:https://link3.cc/sf_com
#电影#爱情#内地#10年代