/home/username/.dash/dash-cli not found! Exiting.
but I have dash-cli in that dash folder so im not shure whats up
getting scripts to work with everbody's different filesystem layout is challenging.
meet me in irc and we'll see if we can't figure this out.
https://webchat.freenode.net/?channels=dashpay
Personally, I keep everything self-contained in one folder. Easier to keep track of things.
My .dash layout looks like this (same as the script creates):
-rwxr-xr-x 1 ubuntu ubuntu 2548784 Aug 25 17:36 dash-cli-0.12.0.49
lrwxrwxrwx 1 ubuntu ubuntu 15 Aug 25 17:36 dashd -> dashd-0.12.0.49
-rwxr-xr-x 1 ubuntu ubuntu 9423200 Aug 25 17:36 dashd-0.12.0.49
Each binary is renamed by it's version, then I symlink dashd and dash-cli for consistency.
This way I always know what version I have on what machine just by looking.
Then I simply add ~/.dash to my PATH environment variable.
Thanks for your quick response, It was a easy fix, I just had to use my brain a tiny bit. Im loving your script thanks for this awesome tool