Add d as an option

whups
This commit is contained in:
Salt 2020-12-04 02:35:04 -06:00
parent 1c1e5e9721
commit c134eb0e99
1 changed files with 1 additions and 1 deletions

View File

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