1
0
mirror of https://github.com/ncarlier/webhookd.git synced 2025-04-09 20:29:20 +00:00

removed wildcard

This commit is contained in:
Joe Mordica 2019-05-01 20:25:07 -05:00 committed by GitHub
parent 8c1ee9d2d9
commit 26269e750a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ sudo tar xvzf ${download_file} -C /tmp/
[ $? != 0 ] && die "Unable to extract archive."
echo "Moving binary to $bin_target ..."
sudo mv /tmp/webhookd* $bin_target
sudo mv /tmp/webhookd $bin_target
[ $? != 0 ] && die "Unable to move binary."
echo "Making $bin_target as executable ..."