no message

master
Brie Bruns 2018-04-11 16:57:33 -06:00
parent 0e6a6e540c
commit 5fc9a39bff
1 changed files with 1 additions and 1 deletions

View File

@ -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");;