We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3d285 commit af50722Copy full SHA for af50722
wordpress_install.sh
@@ -525,7 +525,7 @@ mv "$PHP_POOL_DIR"/www.conf "$PHP_POOL_DIR"/www.conf.backup
525
restart_webserver
526
527
# Force wp-cron.php (updates WooCommerce Services and run Scheluded Tasks)
528
-if [ -f "$WPATH/wp-cron.php" ] && [ -f $WPATH/wp-cli.yml ]
+if [ -f "$WPATH/wp-cron.php" ] && [ -f "$WPATH/wp-cli.yml" ]
529
then
530
chmod +x "$WPATH/wp-cron.php"
531
crontab -u www-data -l | { cat; echo "14 */1 * * * wp cron event run --due-now --path='/var/www/html/wordpress' > 2>&1"; } | crontab -u www-data -
0 commit comments