Skip to content

Commit

Permalink
fix appending issue, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Mar 9, 2022
1 parent e093f2f commit 37c2610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/update-motd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

RELEASE=1.0.0
RELEASE=1.0.2

USRDIR="/usr/share/update-motd.d"
ETCDIR="/etc/update-motd.d"
Expand Down Expand Up @@ -70,7 +70,7 @@ run() {
[ -n "$HELP" ] && help
[ -n "$VERSION" ] && version

[ -n "$DRYRUN" ] || touch $MOTDFILE
[ -n "$DRYRUN" ] || echo "" > $MOTDFILE

# list all files in USRDIR and ETCDIR
# sort them to get the unique values in order
Expand Down

0 comments on commit 37c2610

Please sign in to comment.