mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-09 20:29:20 +00:00
removed wildcard
This commit is contained in:
parent
8c1ee9d2d9
commit
26269e750a
|
@ -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 ..."
|
||||
|
|
Loading…
Reference in New Issue
Block a user