Hi,
I tried to install new version v.2 in Linux and Mac os. I found same error in both os. install.sh return with the message: command not found. For this reason it's can't be installed.
Please make solution
Thanks
Hi,
I tried to install new version v.2 in Linux and Mac os. I found same error in both os. install.sh return with the message: command not found. For this reason it's can't be installed.
Please make solution
Thanks
Brought to you by Jan van Straaten
Program Development - Jan van Straaten ------- Web design - Francis De Paemeleere
Supported by: servercare.nl
Hi,
I had the same problem on my Synology NAS. I fixed it by editing the 'install.sh' and 'run.sh' in the following way:
Change
function quit {
to
quit () {
That will solve it for you.