Details
Description
Start script has no valid "uname" option "-p". The concrete line is:
DIST_ARCH=`uname -p | tr [:upper:] [:lower:] | tr -d [:blank:]`
I resolved this issue replacing the option "-p" with "-m".
Start script has no valid "uname" option "-p". The concrete line is:
DIST_ARCH=`uname -p | tr [:upper:] [:lower:] | tr -d [:blank:]`
I resolved this issue replacing the option "-p" with "-m".