[wgo-web] Needs escaping



commit 10e2907ff9d9892a98e1271002d459e8c0b1d9ba
Author: Andrea Veri <averi redhat com>
Date:   Wed Jun 19 15:41:22 2019 +0200

    Needs escaping

 civicrm-cron.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/civicrm-cron.sh b/civicrm-cron.sh
index 97ac96f..f08b37e 100755
--- a/civicrm-cron.sh
+++ b/civicrm-cron.sh
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-scl enable rh-php71 "php /srv/http/www.gnome.org/html/wp-content/plugins/civicrm/civicrm/bin/cli.php -s 
www.gnome.org -u civicrmcron -p "${CIVICRM_USER_PASSWORD}" -e Job -a execute"
+scl enable rh-php71 "php /srv/http/www.gnome.org/html/wp-content/plugins/civicrm/civicrm/bin/cli.php -s 
www.gnome.org -u civicrmcron -p \"${CIVICRM_USER_PASSWORD}\" -e Job -a execute"


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