fix ufw delete rule (#3410)

command is ufw delete not delete ufw
This commit is contained in:
ChuckNorrison 2022-11-04 15:45:45 +01:00 committed by GitHub
parent a9e686528d
commit 3b0fdc5117
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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