Quote:
|
Originally Posted by CL_KB
186: if [ "$USER" == "kb" || "$USER" == "bg" || "$USER" == "root" ]
./clmill: line 186: [: missing `]'
./clmill: line 186: root: command not found
./clmill: line 186: root: command not found
./clmill: line 190: cl_view: command not found
|
Try
Code:
if [[ "$USER" == "kb" || "$USER" == "bg" || "$USER" == "root" ]]
For cl_view: command not found, try invoking it as
./cl_view or
qualified/path/to/cl_view