style: cleanup dkpurge prompts
This commit is contained in:
parent
72f347c9d1
commit
f2093ac8d3
@ -60,7 +60,7 @@ if [ -n "$NET" ]; then
|
||||
echo
|
||||
docker network ls
|
||||
|
||||
echo -n "Prune Networks? [Y/n/a] "
|
||||
echo -n "Prune Networks? [Ya/n] "
|
||||
read -r ANS
|
||||
case "${ANS,,}" in
|
||||
'y'|'yes'|'a'|'all'|'')
|
||||
|
Loading…
Reference in New Issue
Block a user