Fix error making shell exit immediately
This commit is contained in:
parent
9b85df20ff
commit
fdb521b217
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ fi
|
|||
usermotd () {
|
||||
if [ -n "$_acp_motd_shown" ]
|
||||
then
|
||||
exit 1
|
||||
return 1
|
||||
fi
|
||||
export _acp_motd_shown=1
|
||||
printf "\033[7m"; uname -sr; printf "\033[0m"
|
||||
|
|
Loading…
Reference in a new issue