diff --git a/inxi b/inxi index 6928e67..3ec9793 100755 --- a/inxi +++ b/inxi @@ -497,7 +497,7 @@ main() if [[ -s /etc/$SCRIPT_NAME.conf ]];then source /etc/$SCRIPT_NAME.conf fi - # Source user config overrides, /etc/inxi.conf + # Source user config variables override /etc/inxi.conf variables if [[ -s $HOME/.$SCRIPT_NAME/$SCRIPT_NAME.conf ]];then source $HOME/.$SCRIPT_NAME/$SCRIPT_NAME.conf fi