Skip to content

Commit 1175f7d

Browse files
Nyxnnyyxxxx
andauthored
Fix bashism in docker-setup (#476)
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
1 parent 903c915 commit 1175f7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tabs/system-setup/6-docker-setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ choose_installation() {
99
printf "%b\n" "1. ${YELLOW}Docker${RC}"
1010
printf "%b\n" "2. ${YELLOW}Docker Compose${RC}"
1111
printf "%b\n" "3. ${YELLOW}Both${RC}"
12-
read -p "Enter your choice [1-3]: " CHOICE
12+
printf "Enter your choice [1-3]: "
13+
read -r CHOICE
1314

1415
case "$CHOICE" in
1516
1) INSTALL_DOCKER=1; INSTALL_COMPOSE=0 ;;

0 commit comments

Comments
 (0)