mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
comment fix
This commit is contained in:
parent
4273598a98
commit
e586c16890
2
inxi
2
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
|
||||
|
|
Loading…
Reference in a new issue