Added dhcpcd
This commit is contained in:
@@ -7,8 +7,8 @@ if [[ ${PIPESTATUS[0]} -ne 4 ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
OPTIONS=us
|
||||
LONGOPTS=username,sudogrp
|
||||
OPTIONS=u:s:
|
||||
LONGOPTS=username:,sudogrp:
|
||||
|
||||
! PARSED=$(getopt --options=$OPTIONS --longoptions=$LONGOPTS --name "$0" -- "$@")
|
||||
if [[ ${PIPESTATUS[0]} -ne 0 ]]; then
|
||||
|
||||
Reference in New Issue
Block a user