summaryrefslogtreecommitdiff
path: root/server-build
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-24 16:11:00 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-24 16:11:00 +0200
commit892664f8b31e02477f7126d9fcc455da41a8711a (patch)
treecd59942a4b63e93f6ff41608ecb1d26b83786a54 /server-build
parent372e53f6f7da05f6951db57d1c0a400814237d5e (diff)
downloadwoocommerce-taler-892664f8b31e02477f7126d9fcc455da41a8711a.tar.gz
woocommerce-taler-892664f8b31e02477f7126d9fcc455da41a8711a.tar.bz2
woocommerce-taler-892664f8b31e02477f7126d9fcc455da41a8711a.zip
work on auto-installation
Diffstat (limited to 'server-build')
-rw-r--r--server-build/QEMU-autobuild/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/server-build/QEMU-autobuild/test.sh b/server-build/QEMU-autobuild/test.sh
index 28f9073..a80a6d5 100644
--- a/server-build/QEMU-autobuild/test.sh
+++ b/server-build/QEMU-autobuild/test.sh
@@ -3,7 +3,7 @@
SNIPPET=`cat KUDOS-WooCommerce-Support.php.txt`
cat | mysql wordpress <<EOF
-PREPARE stmt FROM 'INSERT INTO wp_snippets (name, description, code, scope, priority, active, modified, tags)';
+PREPARE stmt FROM 'INSERT INTO wp_snippets (name, description, code, scope, priority, active, modified, tags) VALUES (?,?,?,?,?,?,?,?)';
SET @name='KUDOS currency support';
SET @description='This snippets adds support for the KUDOS currency of the Taler demo to WooCommerce'
SET @code="$SNIPPET";