From 00a2826e7ca191bc46f9cdf3d2c57a01e1e04e38 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 19 Aug 2018 13:09:50 +0200 Subject: [PATCH] :shirt: Corrects typo in error message --- ide/rootfs/etc/cont-init.d/10-requirements.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/rootfs/etc/cont-init.d/10-requirements.sh b/ide/rootfs/etc/cont-init.d/10-requirements.sh index 2cf6baa..e01bf4e 100644 --- a/ide/rootfs/etc/cont-init.d/10-requirements.sh +++ b/ide/rootfs/etc/cont-init.d/10-requirements.sh @@ -37,7 +37,7 @@ fi # Require a secure password if hass.config.has_value 'password' \ && ! hass.config.is_safe_password 'password'; then - hass.die "Please choose a different SSH password, this one is unsafe!" + hass.die "Please choose a different password, this one is unsafe!" fi # Check SSL requirements, if enabled