Space out if statement

This commit is contained in:
Dylan 2016-01-30 02:18:27 +11:00
parent 8dc36bbdcb
commit 8d5ccc76ad
1 changed files with 2 additions and 0 deletions

2
fetch
View File

@ -1775,10 +1775,12 @@ getconfig () {
# dir/files if they don't exist.
if [ -f "$HOME/.config/fetch/config" ]; then
source "$HOME/.config/fetch/config"
elif [ -f "/usr/share/fetch/config" ]; then
mkdir -p "$HOME/.config/fetch/"
cp "/usr/share/fetch/config" "$HOME/.config/fetch"
source "$HOME/.config/fetch/config"
else
getscriptdir