Skip to content

Commit

Permalink
Merge branch 'master' into s6v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdhiggins committed Jul 11, 2024
2 parents 1524be8 + 5097dbd commit cfc086c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/cont-init.d/90-sma-config
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ if [[ -f "${SMA_PATH}/venv/bin/python3" ]]; then
else
echo "${echoprefix} Creating python virtual environment and installing requirements"
python3 -m venv ${SMA_PATH}/venv
${SMA_PATH}/venv/bin/python3 -m pip install -q --upgrade pip==24.0 --no-cache-dir --force-reinstall > /dev/null
${SMA_PATH}/venv/bin/python3 -m pip install -q --upgrade pip --no-cache-dir > /dev/null
${SMA_PATH}/venv/bin/pip install -q --no-cache-dir \
-r ${SMA_PATH}/setup/requirements.txt > /dev/null
if [[ -z "${SMA_RS}" ]]; then
Expand Down

0 comments on commit cfc086c

Please sign in to comment.