style: cleanup dkpurge prompts

This commit is contained in:
AngeD 2022-08-31 23:25:17 +02:00
parent 72f347c9d1
commit f2093ac8d3

View File

@ -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'|'')