Skip to content

Commit

Permalink
nextspace_install.sh: minor prompt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trunkmaster committed Jun 24, 2024
1 parent 754160f commit d1d7bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packaging/RedHat/nextspace_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ echo
# Install Developer packages
#===============================================================================
echo -e -n "\e[33m"
echo -n "Do you want to install packages for NEXTSPACE development? [yN]: "
echo -n "Do you want to install packages for NEXTSPACE development? [y/N]: "
echo -e -n "\e[0m"
read YN
if [ "$YN" = "y" ]; then
Expand Down

0 comments on commit d1d7bbb

Please sign in to comment.