Need USB server in downloads directory to boot

As a complete novice I watched a youtube video then downloaded and ran the USB server in the Downloads directory instead of moving it to /usr/sbin . Now I want the usb server to boot on startup. Will it boot on startup if I CD to the downloads directory and add the following?

wget http://www.virtualhere.com/sites/default/files/usbserver/scripts/vhusbd…
sudo chmod +x ./vhusbdpin
sudo mv vhusbdpin /etc/init.d
sudo update-rc.d vhusbdpin defaults
sudo reboot

#2

That script is expecting the file in /usr/sbin , move the binary there instead of downloads and edit the vhusbdpin to make sure it has the same name of the binary