We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please help sort this issue, I have spend 2 days with no luck
root@phpcryptobot:~/PHPTradingBot# sh services.sh services.sh: 3: [: =: unexpected operator services.sh: 31: [: =: unexpected operator services.sh: 63: [: =: unexpected operator services.sh: 68: [: =: unexpected operator
The text was updated successfully, but these errors were encountered:
replace those line with double "[[ ]]" in the services.sh file like this if [[ $1 = "daemon" ]]; then
Sorry, something went wrong.
Hi thank you for help, but it doesn't help, another issue coming up
services.sh: 3: services.sh: [[: not found services.sh: 31: [: =: unexpected operator services.sh: 63: [: =: unexpected operator services.sh: 68: [: =: unexpected operator
Hello,
Replace [ $1 = "daemon" ] to [ "$1" = "daemon" ];
No branches or pull requests
Please help sort this issue, I have spend 2 days with no luck
root@phpcryptobot:~/PHPTradingBot# sh services.sh
services.sh: 3: [: =: unexpected operator
services.sh: 31: [: =: unexpected operator
services.sh: 63: [: =: unexpected operator
services.sh: 68: [: =: unexpected operator
The text was updated successfully, but these errors were encountered: