Skip to content

Commit

Permalink
Fixed installer to not delete itself. Release 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Braaten authored and Ed Braaten committed Jul 2, 2014
1 parent 7903803 commit d3f2a19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install-pkg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PACKAGEFILES:=../chkhosts.sh \
../chkhosts-sample.d/status-up/
BUILDDIR=./build
SHORT_SHA:=$(shell git rev-parse --short HEAD)
VERSION_STRING?=v1.0.0 (git-$(SHORT_SHA))
VERSION_STRING?=v1.0.1 (git-$(SHORT_SHA))

tarball:
cp install.hdr.in install.hdr
Expand Down
3 changes: 1 addition & 2 deletions install-pkg/install.hdr.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ cp chkhosts.sh $TARGETBINDIR
chmod 755 $TARGETBINDIR/chkhosts.sh
rm -f chkhosts.sh

# All done - vanish
# All done - say good-bye
echo 'Installation complete! :-)'
rm -f $0
exit 0

__ARCHIVE_FOLLOWS__

0 comments on commit d3f2a19

Please sign in to comment.