mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-06 18:10:16 +00:00
removed wildcard
This commit is contained in:
parent
84c87a0ff6
commit
89ed1f21f3
|
@ -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