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