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