Skip to content

Commit 4fdb2cf

Browse files
committed
Update installer.sh
1 parent 3b64ab6 commit 4fdb2cf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

installer.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,9 @@ cd OpenPod
204204
# ----------------------------- Setup Environment ---------------------------- #
205205
python${PYTHON_VERSION} -m venv "$VENV_DIR"
206206
$PYTHON_PATH -m pip install --upgrade pip
207-
$PYTHON_PATH -m pip install --no-input -U -r /opt/OpenPod/requirements.txt | grep "something"
207+
echo "Exit code from pip install = $?"
208+
$PYTHON_PATH -m pip install --no-input -U -r /opt/OpenPod/requirements.txt
209+
echo "Exit code from pip install = $?"
208210

209211
# ---------------------------- Create Directories ---------------------------- #
210212
mkdir -p /opt/OpenPod/logs

0 commit comments

Comments
 (0)