First line of script --
PATHS=()
results in Syntax error: "(" unexpected
What is going on here? Can I not use arrays in my init.d script? Is it being interpreted by a shell that uses different syntax for arrays?
Running on Ubuntu 10.04 server.
First line of script --
PATHS=()
results in Syntax error: "(" unexpected
What is going on here? Can I not use arrays in my init.d script? Is it being interpreted by a shell that uses different syntax for arrays?
Running on Ubuntu 10.04 server.