aboutsummaryrefslogtreecommitdiff
path: root/server-build
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-23 18:36:04 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-23 18:36:04 +0200
commitdbf1f3fbf88a93ef8100733abce742916ae38c0b (patch)
tree8309b9436cdb795964e789c4b81ccfc92a368c71 /server-build
parent35ad3deb86d79fdc4eda6ec1cf3c3a1eea579b93 (diff)
downloadwoocommerce-taler-dbf1f3fbf88a93ef8100733abce742916ae38c0b.tar.gz
woocommerce-taler-dbf1f3fbf88a93ef8100733abce742916ae38c0b.tar.bz2
woocommerce-taler-dbf1f3fbf88a93ef8100733abce742916ae38c0b.zip
fix options
Diffstat (limited to 'server-build')
-rwxr-xr-xserver-build/QEMU-autobuild/buildWooTalerServer.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/server-build/QEMU-autobuild/buildWooTalerServer.sh b/server-build/QEMU-autobuild/buildWooTalerServer.sh
index 84fbd0f..5e3e7c6 100755
--- a/server-build/QEMU-autobuild/buildWooTalerServer.sh
+++ b/server-build/QEMU-autobuild/buildWooTalerServer.sh
@@ -9,7 +9,7 @@ apt update
# upgrade system on user input
echo
-read -r -p "Do you want to upgrade Debian (and do you know what you're doing)? ['y' Upgrades Debian] " -i "y" upgradeDebian
+read -e -r -p "Do you want to upgrade Debian (and do you know what you're doing)? ['y' Upgrades Debian] " -i "y" upgradeDebian
if [[ $upgradeDebian == "y" ]]
then
echo
@@ -22,7 +22,7 @@ fi
# install some basic software
echo
-read -r -p "Do you want to install imagemagick? ['y' Installs imagemagick] " -i "y" installImagemagick
+read -e -r -p "Do you want to install imagemagick? ['y' Installs imagemagick] " -i "y" installImagemagick
if [[ $installImagemagick == "y" ]]
then
echo
@@ -108,7 +108,7 @@ echo '** WordPress is installed.'
echo
echo '***** mariaDB Configuration *****'
echo
-read -r -p "Do you want to secure the mariaDB installation? ['y' runs mysql_secure_installation] " -i "y" secureMariaDB
+read -e -r -p "Do you want to secure the mariaDB installation? ['y' runs mysql_secure_installation] " -i "y" secureMariaDB
if [[ $secureMariaDB == "y" ]]
then
mysql_secure_installation
@@ -146,7 +146,7 @@ echo
echo 'Now is a good time to test your WordPress installation.'
echo ' You should be able to view it at http://127.0.0.1:9999 of your host system.'
echo
-read -r -p "Press 'y' when you are ready to continue. " -i "y" doContinue
+read -e -r -p "Press 'y' when you are ready to continue. " -i "y" doContinue
if ! [[ $doContinue == "y" ]]
then
echo
@@ -159,7 +159,7 @@ echo
echo 'Continuing with installation...'
echo
-read -r -p "Ready to build the webstore with buildWebstore.sh? ['y' continues] " -i "y" doBuildWebstore
+read -e -r -p "Ready to build the webstore with buildWebstore.sh? ['y' continues] " -i "y" doBuildWebstore
if [[ $doBuildWebstore == "y" ]]
then
woocommerce-taler/server-build/QEMU-autobuild/buildWebstore.sh