update comment

This commit is contained in:
rootzoll 2020-07-22 21:20:34 +02:00
parent 04842d9afd
commit ac9e90937b

View File

@ -217,7 +217,8 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
cd /home/lnbits/lnbits
sudo -u lnbits pipenv install
sudo -u lnbits /usr/bin/pipenv run pip install python-dotenv
# to the install
# update databases (if needed)
echo "# updating databases"
sudo -u lnbits /usr/bin/pipenv run flask migrate