fix legacy

This commit is contained in:
Patrick Schleizer 2020-01-14 09:21:47 -05:00
parent cc21f912a3
commit b8652681e7
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -150,7 +150,7 @@ legacy() {
continue_yes=true
fi
if [ "$continue_yes" = "yes" ]; then
if [ ! "$continue_yes" = "yes" ]; then
return 0
fi