removed wildcard

This commit is contained in:
Joe Mordica 2019-05-01 20:25:07 -05:00 committed by Nicolas Carlier
parent 84c87a0ff6
commit 89ed1f21f3

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 ..."