Add d as an option

whups
This commit is contained in:
Salt 2020-12-04 02:35:04 -06:00
parent 1c1e5e9721
commit c134eb0e99

View File

@ -315,7 +315,7 @@ main() {
# Parse out arguments # Parse out arguments
while [ -n "$1" ]; do while [ -n "$1" ]; do
# Parse out flags # Parse out flags
while getopts ":chv" opt; do while getopts ":cdhv" opt; do
case $opt in case $opt in
d) d)
_optchroot2=1 _optchroot2=1