X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=autoconfig.functions;h=441411f864c4ebe8ac5dfa5513abf4f9be4067c2;hb=890be997e939b16058abf64e863243dc5ecf4ac4;hp=035803d7dad9acd8f7b77a2ee384c9ede2b20a0a;hpb=47ab27a118a07d139b2bd379f48e5e066337700b;p=grml-autoconfig.git diff --git a/autoconfig.functions b/autoconfig.functions index 035803d..441411f 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -384,9 +384,8 @@ config_hostname(){ fi einfo "Setting hostname to $HOSTNAME as requested." - grml-hostname $HOSTNAME >>$DEBUG ; eend $RC - eend $RC -fi + grml-hostname $HOSTNAME >>$DEBUG + eend $? } # }}} @@ -2198,4 +2197,4 @@ fi # }}} ## END OF FILE ################################################################# -# vim:foldmethod=marker expandtab ai ft=zsh shiftwidth=3 +# vim:foldmethod=marker expandtab ai ft=zsh shiftwidth=2