From 5df920743b13bed61378197a72eb78afc8b916fc Mon Sep 17 00:00:00 2001 From: Vague Rabbit Date: Fri, 5 Feb 2021 11:56:28 -0800 Subject: [PATCH] ^ --- deploy-saleor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-saleor.sh b/deploy-saleor.sh index 92d6893..6fb845a 100644 --- a/deploy-saleor.sh +++ b/deploy-saleor.sh @@ -405,7 +405,7 @@ if [ ! -d "$HD/env/saleor" ]; then wait fi # Activate the virtual environment -sudo -u $UN source $HD/env/saleor/bin/activate +source $HD/env/saleor/bin/activate # Make sure pip is upgraded sudo -u $UN python3 -m pip install --upgrade pip wait