From 9fc1ddaf0ef506d001c5957efcccc116ab73ed04 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 18 Dec 2022 10:52:11 +0100 Subject: [PATCH] fix pushhd / popd syntax --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index e90d8c6..a7de95b 100755 --- a/scripts/install +++ b/scripts/install @@ -113,6 +113,7 @@ pushd $final_path python3 -m venv venv venv/bin/pip install --upgrade pip venv/bin/pip install -r requirements.txt # should only be flask for now, but just in case +popd #================================================= # CREATE DEDICATED USER