Launch the stock wmiirc if wmiirc fails

This commit is contained in:
Kris Maglione 2008-10-16 17:40:14 -04:00
parent 621885b420
commit 670078b4b0
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ else
fi
mkdir $lconf 2>/dev/null && $gconf/welcome &
exec "$WMIIRC" "$@"
"$WMIIRC" "$@" || exec "$gconf/wmiirc" "$@"