Skip to content

Commit

Permalink
fix: Correct motd syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jan 28, 2024
1 parent f855259 commit 45eaad7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions usr/etc/profile.d/user-motd.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
if test -d "$HOME"; then
if test ! -e "$HOME"/.config/no-show-user-motd; then
if test -x "/usr/libexec/ublue-motd"; then
/usr/libexec/ublue-motd
fi
/usr/libexec/ublue-motd
fi
fi
fi

0 comments on commit 45eaad7

Please sign in to comment.