mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 06:48:00 +01:00
parent
a9e686528d
commit
3b0fdc5117
1 changed files with 2 additions and 2 deletions
|
@ -746,8 +746,8 @@ if [ "$1" = "0" ] || [ "$1" = "off" ]; then
|
|||
fi
|
||||
|
||||
echo "Cleaning up LNbits install ..."
|
||||
sudo delete ufw allow 5000
|
||||
sudo delete ufw allow 5001
|
||||
sudo ufw delete allow 5000
|
||||
sudo ufw delete allow 5001
|
||||
|
||||
# remove nginx symlinks
|
||||
sudo rm -f /etc/nginx/sites-enabled/lnbits_ssl.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue