Skip to content

Commit

Permalink
read -p install to build
Browse files Browse the repository at this point in the history
  • Loading branch information
d3vilh committed Feb 26, 2024
1 parent 52c93b2 commit 6943b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/standalone-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ then
fi

# Installing OpenVPN-UI and qrencode
read -p "Would you like to install OpenVPN-UI and qrencode? (y/n) " -n 1 -r
read -p "Would you like to build OpenVPN-UI and qrencode binaries? (y/n) " -n 1 -r
echo # move to a new line
if [[ $REPLY =~ ^[Yy]$ ]]
then
Expand Down

0 comments on commit 6943b54

Please sign in to comment.