summaryrefslogtreecommitdiff
path: root/server-build/QEMU-autobuild
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-23 19:01:50 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-23 19:01:50 +0200
commitde9d880633cab9294c727e2e24504c9f9d292a5b (patch)
tree74cb60201cfc8e2e6ab45391a8098dae4590f456 /server-build/QEMU-autobuild
parentb1f663479d81e7904b74084c9944deda843b7743 (diff)
downloadwoocommerce-taler-de9d880633cab9294c727e2e24504c9f9d292a5b.tar.gz
woocommerce-taler-de9d880633cab9294c727e2e24504c9f9d292a5b.tar.bz2
woocommerce-taler-de9d880633cab9294c727e2e24504c9f9d292a5b.zip
fix typos
Diffstat (limited to 'server-build/QEMU-autobuild')
-rwxr-xr-xserver-build/QEMU-autobuild/buildWebstore.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/server-build/QEMU-autobuild/buildWebstore.sh b/server-build/QEMU-autobuild/buildWebstore.sh
index acf2993..07a56f5 100755
--- a/server-build/QEMU-autobuild/buildWebstore.sh
+++ b/server-build/QEMU-autobuild/buildWebstore.sh
@@ -50,15 +50,15 @@ then
fi
echo
read -e -p "-- Enter the WordPress site description " -i "Visit demo.taler.net for more information." wpSiteDescription
-if [[ -z $WPSiteDescription ]]
+if [[ -z $wpSiteDescription ]]
then
- WPSiteDescription="Visit demo.taler.net for more information"
+ wpSiteDescription="Visit demo.taler.net for more information"
fi
echo
read -e -p "-- Enter the WordPress site admin user " -i "admin" wpSiteAdmin
if [[ -z $WPSiteAdmin ]]
then
- WPSiteAdmin="admin"
+ wpSiteAdmin="admin"
fi
echo
read -e -p "-- Enter the WordPress site admin password " -i "password" wpSiteAdminPass
@@ -148,7 +148,7 @@ echo '** storefront theme activated'
echo
echo '## Creating a sample product'
-sudo -u www-data wp wc product create --user=admin --name='Kitten For Sale' --type=simple --sku=KITN --regular_price=3 --sale_price=2 --short_description="This sweet kitten is ready to be adopted by a loving family." --description="Need more love in your life? Adopt this sweet kitten today!"
+sudo -u www-data wp wc product create --user=${WPSiteAdmin} --name='Kitten For Sale' --type=simple --sku=KITN --regular_price=3 --sale_price=2 --short_description="This sweet kitten is ready to be adopted by a loving family." --description="Need more love in your life? Adopt this sweet kitten today!"
echo
echo '## Adding some images to the Media Library'