mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
update the way results are handled
This commit is contained in:
parent
2a6cd02e04
commit
a905d059ca
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user