fix spelling (#118)

This commit is contained in:
Bas Nijholt 2020-10-16 15:09:19 +02:00 committed by GitHub
parent ed40318053
commit 893d734b25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ if [ ! -f "$FILE_NM_CONNECTION" ]; then
curl -sL "${URL_NM_CONNECTION}" > "${FILE_NM_CONNECTION}" curl -sL "${URL_NM_CONNECTION}" > "${FILE_NM_CONNECTION}"
fi fi
warn "Changes is needed to the /etc/network/interfaces file" warn "Changes are needed to the /etc/network/interfaces file"
info "If you have modified the network on the host manualy, those can now be overwritten" info "If you have modified the network on the host manualy, those can now be overwritten"
info "If you do not overwrite this now you need to manually adjust it later" info "If you do not overwrite this now you need to manually adjust it later"
info "Do you want to proceed with that? [N/y] " info "Do you want to proceed with that? [N/y] "