mirror of
https://github.com/YunoHost-Apps/13ft_ynh.git
synced 2024-09-03 18:06:03 +02:00
fix pushhd / popd syntax
This commit is contained in:
parent
4ca1dae3b0
commit
9fc1ddaf0e
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ pushd $final_path
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
venv/bin/pip install --upgrade pip
|
venv/bin/pip install --upgrade pip
|
||||||
venv/bin/pip install -r requirements.txt # should only be flask for now, but just in case
|
venv/bin/pip install -r requirements.txt # should only be flask for now, but just in case
|
||||||
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CREATE DEDICATED USER
|
# CREATE DEDICATED USER
|
||||||
|
|
Loading…
Add table
Reference in a new issue