no message
parent
0e6a6e540c
commit
5fc9a39bff
|
@ -24,7 +24,7 @@ if [[ $USER != "root" ]]; then
|
|||
echo "This script must be run as root!" && exit 1
|
||||
fi
|
||||
|
||||
while getopts "cr:s:n:d:iob" opt; do
|
||||
while getopts "hcr:s:n:d:iob" opt; do
|
||||
case $opt in
|
||||
c) cpucount=("$OPTARG");;
|
||||
r) ram=("$OPTARG");;
|
||||
|
|
Loading…
Reference in New Issue