i18n/install: do not error out, if local i18n could not be found
authorHarald Hoyer <harald@redhat.com>
Fri, 29 Oct 2010 11:58:40 +0000 (13:58 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 29 Oct 2010 11:58:40 +0000 (13:58 +0200)
modules.d/10i18n/install

index 42f49ae..2ed8983 100755 (executable)
@@ -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.'
     }
 }