summaryrefslogtreecommitdiff
path: root/server-build/QEMU-autobuild
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-23 18:57:46 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-23 18:57:46 +0200
commit0e12ec609678661ca1b3ca9c787429094d80196b (patch)
treefaad865c03732d757284aff19b29d7bed5d09095 /server-build/QEMU-autobuild
parent6835942e6534da581871a31ac5d4233aa3c52249 (diff)
downloadwoocommerce-taler-0e12ec609678661ca1b3ca9c787429094d80196b.tar.gz
woocommerce-taler-0e12ec609678661ca1b3ca9c787429094d80196b.tar.bz2
woocommerce-taler-0e12ec609678661ca1b3ca9c787429094d80196b.zip
fix path
Diffstat (limited to 'server-build/QEMU-autobuild')
-rwxr-xr-xserver-build/QEMU-autobuild/buildWebstore.sh6
-rwxr-xr-xserver-build/QEMU-autobuild/buildWooTalerServer.sh4
2 files changed, 4 insertions, 6 deletions
diff --git a/server-build/QEMU-autobuild/buildWebstore.sh b/server-build/QEMU-autobuild/buildWebstore.sh
index 9ed8c00..00823d3 100755
--- a/server-build/QEMU-autobuild/buildWebstore.sh
+++ b/server-build/QEMU-autobuild/buildWebstore.sh
@@ -90,11 +90,9 @@ sudo -u www-data wp plugin install code-snippets --activate
echo
echo '## Checkout, copy to WP, and activate GNU-Taler-Payment-Gateway'
-# Get the plugin
-cd /root/woocommerce-taler
-git checkout HEAD plugin/GNU-Taler-Payment-Gateway
+
# Put the plugin in WP
-cp -r /root/woocommerce-taler/plugin/GNU-Taler-Payment-Gateway /var/www/wordpress/wp-content/plugins
+cp -r woocommerce-taler/plugin/GNU-Taler-Payment-Gateway /var/www/wordpress/wp-content/plugins
# Get back to the WordPress site:
cd /var/www/wordpress
# Activate GNU-Taler-Payment-Gateway
diff --git a/server-build/QEMU-autobuild/buildWooTalerServer.sh b/server-build/QEMU-autobuild/buildWooTalerServer.sh
index f664b75..30bcedf 100755
--- a/server-build/QEMU-autobuild/buildWooTalerServer.sh
+++ b/server-build/QEMU-autobuild/buildWooTalerServer.sh
@@ -195,10 +195,10 @@ echo
echo 'Continuing with installation...'
echo
-read -e -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 "n" doBuildWebstore
if [[ -z $doBuildWebstore ]]
then
- doBuildWebstore="y"
+ doBuildWebstore="n"
fi
if [[ $doBuildWebstore == "y" ]]
then