From 6943b542288ecfd7f0c48b30094d06a1795efd43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=2E=20=CE=A6=CE=AF=CE=BB=CE=B9=CF=80=CF=80=CE=BF=CF=82?= <33333559+d3vilh@users.noreply.github.com> Date: Mon, 26 Feb 2024 17:21:59 +0200 Subject: [PATCH] read -p install to build --- build/standalone-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/standalone-install.sh b/build/standalone-install.sh index 50b9783a..7536246a 100755 --- a/build/standalone-install.sh +++ b/build/standalone-install.sh @@ -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