removed random test code
This commit is contained in:
parent
b9b14bf45f
commit
3020908997
|
@ -96,7 +96,6 @@ if [[ "$skipsetup" == "n" ]] || [[ "$skipsetup" == "N" ]]; then
|
||||||
|
|
||||||
while [[ "$proceed" == "N" ]] || [[ "$proceed" == "n" ]]; do
|
while [[ "$proceed" == "N" ]] || [[ "$proceed" == "n" ]]; do
|
||||||
### wipe arrays clean then set the header for each array ###
|
### wipe arrays clean then set the header for each array ###
|
||||||
re="\/.*"
|
|
||||||
name=()
|
name=()
|
||||||
path=()
|
path=()
|
||||||
name[0]=Name/ID
|
name[0]=Name/ID
|
||||||
|
|
Loading…
Reference in New Issue