#1646 remove quickfix (#2107)

This commit is contained in:
/rootzoll 2021-03-25 00:52:12 +01:00 committed by GitHub
parent 7743bb7704
commit 37b0662beb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -298,10 +298,6 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
echo "# updating databases"
sudo -u lnbits ./venv/bin/quart migrate
# quickfix bug: https://github.com/lnbits/lnbits/issues/99
chmod 777 /home/admin/assets/bundle.css
sudo -u lnbits cp /home/admin/assets/bundle.css /home/lnbits/lnbits/lnbits/static/bundle.css
# open firewall
echo
echo "*** Updating Firewall ***"