Skip to content

Commit

Permalink
Hotfix v3.7.1. (#219)
Browse files Browse the repository at this point in the history
* Use /bin/sh instead of /usr/bin/sh

* Version bump 3.7.1

Signed-off-by: Christian König <ckoenig@posteo.de>

Co-authored-by: Dan Schaper <dan.schaper@pi-hole.net>
  • Loading branch information
yubiuser and dschaper committed May 24, 2022
1 parent de74c85 commit a134724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions padd.sh
@@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/usr/bin/env sh
# shellcheck disable=SC1091

# PADD
Expand Down Expand Up @@ -26,7 +26,7 @@ cd "$tmpdir/padd_$(id -u)/" > /dev/null || {
############################################ VARIABLES #############################################

# VERSION
padd_version="v3.7.0"
padd_version="v3.7.1"

# DATE
today=$(date +%Y%m%d)
Expand Down

0 comments on commit a134724

Please sign in to comment.