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
#EGLD/USDT analysis :
#EGLD is currently in an uptrend, trading above the 200 EMA. The price has successfully broken out and retested the previous swing high resistance levels. It is anticipated that the price will bounce back from this point and continue its bullish momentum, aiming to test the recent swing high.
TF : 4h
Entry : $28.44
Target : $33.75
SL : $26.00
#EGLD/USDT analysis :
#EGLD has broken out and retested the support zone. It is now expected to bounce from this support zone and test the previous swing high level.
TF : 1D
Entry : $26.26
Target : $28.14
SL : $25.12
#EGLD Weekly Support Zone Retest🧐
MultiversX is testing the lowerboundary of the descendingchannel formation on the weekly timeframe👨💻
This area serves as a launchpad for a potential bullish reversal🔍
A confirmed rebound could propel the price toward targets at $7, $12, $22, $38, $58, $77, $120, and $200🎯
#EGLD
MultiversX has successfully broken out of the descendingchannel pattern on the daily timeframe
Price action shows strong bullish momentum after breaching the descending resistance
Expect a continuation toward targets at $20.50, $26.00, and $38.00🎯
#EGLD bounced back from the Green zone on 12H Time frame,we expect more pumps after breakup from the Trendline,send it 💎
❄️@signals_bitcoin_crypto❄️
❄️@Shadow_support0o❄️
#EGLD is trying to break up the Supply zone on Weekly time frame,in the case of breakout we may see another bullish leg🚀
❄️@signals_bitcoin_crypto❄️
❄️@Shadow_support0o❄️
💰#EGLD price bounced from the support of $30.50-$31 area. The local resistance is $32.89-$33.50 area and the price is rejected from there. 👀
The major resistance is the $37.10-$38 area. You can open long positions near the support area with tight stop loss.
📈
❄️@signals_bitcoin_crypto❄️
❄️@Shadow_support0o❄️