[wgo2-web/oscp] Update all sites in the network



commit befcc651a649e6b0eabe0d9baf4632895717c302
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Thu Mar 4 11:26:08 2021 +0100

    Update all sites in the network

 entrypoint | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/entrypoint b/entrypoint
index 9d5f978..042ad79 100755
--- a/entrypoint
+++ b/entrypoint
@@ -1,6 +1,9 @@
 #!/bin/bash
 
 docker-entrypoint.sh apache2
-wp core update-db
+
+WP="wp --url=wgo2.openshift.gnome.org"
+$WP core update-db
+$WP core update-db --network
 
 exec php-fpm


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]