From e586c16890e743d526ce67e305f739c20d4fd237 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Tue, 26 Apr 2011 08:55:59 +0000 Subject: [PATCH] comment fix --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index e70849d..6928e67 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, ~/.inxi/inxi.conf + # Source user config overrides, /etc/inxi.conf if [[ -s $HOME/.$SCRIPT_NAME/$SCRIPT_NAME.conf ]];then source $HOME/.$SCRIPT_NAME/$SCRIPT_NAME.conf fi