Revert "[ADD] script: source venv activate"

This reverts commit bd117ae755.
This commit is contained in:
Marie-Michèle Poulin 2023-05-05 07:55:11 -04:00 committed by Mathieu Benoit
parent ac869f5691
commit 4bb807b22c
7 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
. ./env_var.sh
source .venv/bin/activate
./script/install/install_locally.sh
retVal=$?
if [[ $retVal -ne 0 ]]; then

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
. ./env_var.sh
source .venv/bin/activate
echo -e "\n---- Create ERPLIBRE system user ----"
sudo adduser --system --quiet --shell=/bin/bash --home=/${EL_USER} --gecos 'ERPLIBRE' --group ${EL_USER}
#The user should also be added to the sudo'ers group.

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
. ./env_var.sh
source .venv/bin/activate
TEMP_FILENAME_NGINX_AVAILABLE="localhost"
NEW_EL_WEBSITE_NAME="${EL_WEBSITE_NAME}"
if [[ -z "${EL_WEBSITE_NAME}" ]]; then

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
. ./env_var.sh
source .venv/bin/activate
#EL_MANIFEST_PROD="./default.xml"
#EL_MANIFEST_DEV="./manifest/default.dev.xml"

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
. ./env_var.sh
source .venv/bin/activate
#EL_MANIFEST_PROD="./default.xml"
#EL_MANIFEST_DEV="./manifest/default.dev.xml"

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
. ./env_var.sh
source .venv/bin/activate
#EL_MANIFEST_PROD="./default.xml"
#EL_MANIFEST_DEV="./manifest/default.dev.xml"

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
. ./env_var.sh
source .venv/bin/activate
#EL_MANIFEST_PROD="./default.xml"
#EL_MANIFEST_DEV="./manifest/default.dev.xml"