Shelfmark: fix misplaced closing bracket
This commit is contained in:
parent
6965e3e2ec
commit
9d0ed3090c
@ -52,7 +52,7 @@ function update_script() {
|
|||||||
$STD uv venv -c ./venv
|
$STD uv venv -c ./venv
|
||||||
$STD source ./venv/bin/activate
|
$STD source ./venv/bin/activate
|
||||||
$STD uv pip install -r ./requirements-base.txt
|
$STD uv pip install -r ./requirements-base.txt
|
||||||
if [[ $(sed -n '/_BYPASS=/s/[^=]*=//p' /etc/shelfmark/.env) == "true" ]] && [[ $(sed -n '/BYPASSER=/s/[^=]*=//p' /etc/shelfmark/.env == "false") ]]; then
|
if [[ $(sed -n '/_BYPASS=/s/[^=]*=//p' /etc/shelfmark/.env) == "true" ]] && [[ $(sed -n '/BYPASSER=/s/[^=]*=//p' /etc/shelfmark/.env) == "false" ]]; then
|
||||||
$STD uv pip install -r ./requirements-shelfmark.txt
|
$STD uv pip install -r ./requirements-shelfmark.txt
|
||||||
fi
|
fi
|
||||||
mv /opt/start.sh.bak /opt/shelfmark/start.sh
|
mv /opt/start.sh.bak /opt/shelfmark/start.sh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user