update the way results are handled

This commit is contained in:
Daniel Hansson 2020-01-24 21:41:49 +01:00 committed by GitHub
parent 2a6cd02e04
commit a905d059ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -678,7 +678,8 @@ whiptail --title "Install apps or software" --checklist --separate-output "Autom
"Group-Folders" " " on \
"Webmin" " " on 2>results
while read -r -u 9 choice
choice=$(< results)
case "$choice" in choice
do
case "$choice" in
Calendar)
@ -722,7 +723,6 @@ do
*)
;;
esac
done 11< results
rm -f results
# Get needed scripts for first bootup