Skip to content

Commit

Permalink
Update starting print message
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewsif committed Oct 5, 2024
1 parent 8db56af commit e175f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pishrink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ if [ "$debug" = true ]; then
exec 2> >(stdbuf -i0 -o0 -e0 tee -a "$LOGFILE" >&2)
fi

echo "${0##*/} $version"
echo -e "PiShrink $version - https://github.com/Drewsif/PiShrink\n"

#Args
src="$1"
Expand Down

0 comments on commit e175f43

Please sign in to comment.