Add d as an option
whups
This commit is contained in:
parent
1c1e5e9721
commit
c134eb0e99
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user