mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Only execute /usr/games/fortune if it's there.
This commit is contained in:
parent
e48cd9fa52
commit
d242a09dae
1 changed files with 1 additions and 1 deletions
|
|
@ -5,4 +5,4 @@ eval `tset -s -m 'network:?xterm'`
|
|||
unset noglob
|
||||
stty status '^T' crt -tostop
|
||||
|
||||
/usr/games/fortune
|
||||
if (-x /usr/games/fortune) /usr/games/fortune
|
||||
|
|
|
|||
Loading…
Reference in a new issue