1
0
forked from crony/UpFast

removed the activation of env as it is no longer needed

This commit is contained in:
Raymaekers Luca 2023-04-04 18:49:58 +02:00
parent 8fdc68b441
commit 4fcd9f5157

View File

@ -29,9 +29,6 @@ source venv/bin/activate
# Install all the requirements
pip install -r requirements.txt
# Load environment by default
echo "source /usr/local/upfast/venv/bin/activate" > "/usr/local/upfast/.profile"
# create the upload directory
mkdir upload