Nicolas Lamirault created CLOUDSTACK-1385: ---------------------------------------------
Summary: cloud-sysvmadm: unknown option Key: CLOUDSTACK-1385 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1385 Project: CloudStack Issue Type: Bug Security Level: Public (Anyone can view this level - this is the default.) Reporter: Nicolas Lamirault Fix For: 4.0.0 it seems there is no option 'c' while getopts 'sarhnd:m:u:p:t:l:' OPTION do case $OPTION in s) system=1 ;; r) router=1 ;; n) redundant=1 ;; a) all=1 ;; d) db="$OPTARG" ;; u) user="$OPTARG" ;; p) password="$OPTARG" ;; h) help=1 ;; m) ms="$OPTARG" ;; t) maxthreads="$OPTARG" ;; l) LOGFILE="$OPTARG" esac done -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira