Fix error in setup script

This commit is contained in:
Aditya Thakral 2021-03-15 00:41:06 -04:00
parent 4e8efcf56f
commit 6a3c29da66
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ function setup_backend() {
rm -rf ./venv
echo "Deleting sqlite database..."
rm ./links.db
rm ./links.db || echo "Nothing to delete ¯\_(ツ)_/¯"
echo "Creating new virtual environment..."
python3 -m venv venv