set +e before cleanup

This commit is contained in:
Cory Schwartz 2021-12-17 18:07:54 -08:00
parent d53a9e877a
commit 0e7e252951

View File

@ -40,4 +40,6 @@ ufw default deny incoming
ufw default allow outgoing ufw default allow outgoing
ufw allow ssh ufw allow ssh
set +e
curl -L https://raw.githubusercontent.com/digitalocean/marketplace-partners/master/scripts/90-cleanup.sh | bash curl -L https://raw.githubusercontent.com/digitalocean/marketplace-partners/master/scripts/90-cleanup.sh | bash