1
0
Fork 0

improvements

This commit is contained in:
Lukas Wurzinger 2024-02-14 23:06:49 +01:00
parent 3ab713a5b3
commit 4bc84394c4
23 changed files with 289 additions and 74 deletions

2
part
View file

@ -92,7 +92,7 @@ while true; do
mainfs=$mainblkdev
break
;;
*) printf '%s\n' 'Please answer with yes or no' 1>&2 ;;
*) printf 'Please answer with yes or no\n' 1>&2 ;;
esac
done