From 1be365c500ea16d8206ae550242537d4807fdc2e Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 29 Oct 2010 13:58:40 +0200 Subject: [PATCH] i18n/install: do not error out, if local i18n could not be found --- modules.d/10i18n/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules.d/10i18n/install b/modules.d/10i18n/install index 42f49ae..2ed8983 100755 --- a/modules.d/10i18n/install +++ b/modules.d/10i18n/install @@ -181,8 +181,7 @@ checks() { [[ -f $I18N_CONF && -f $VCONFIG_CONF ]] || \ [[ ! ${hostonly} || ${i18n_vars} ]] || { - derror 'Please set up i18n_vars in configuration file.' - return 1 + dwarn 'Please set up i18n_vars in configuration file.' } } -- 2.7.4