mirror of https://github.com/0intro/wmii
Launch the stock wmiirc if wmiirc fails
This commit is contained in:
parent
621885b420
commit
670078b4b0
|
@ -16,5 +16,5 @@ else
|
|||
fi
|
||||
|
||||
mkdir $lconf 2>/dev/null && $gconf/welcome &
|
||||
exec "$WMIIRC" "$@"
|
||||
"$WMIIRC" "$@" || exec "$gconf/wmiirc" "$@"
|
||||
|
||||
|
|
Loading…
Reference in New Issue