From f1fed0df873cb81aace222faf7436cfa819c0438 Mon Sep 17 00:00:00 2001 From: saravanan_477at17 Date: Fri, 31 May 2019 18:39:24 +0530 Subject: [PATCH] Fixes #1107: Platform sh command for v0.6.7 updated --- .sandstorm/setup.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.sandstorm/setup.sh b/.sandstorm/setup.sh index b27bde510..f0d885457 100644 --- a/.sandstorm/setup.sh +++ b/.sandstorm/setup.sh @@ -110,11 +110,7 @@ sed -i "s/^.*'R_DB_HOST'.*$/define('R_DB_HOST', '${POSTGRES_DBHOST}');/g" "${RES sed -i "s/^.*'R_DB_PORT'.*$/define('R_DB_PORT', '${POSTGRES_DBPORT}');/g" "${RESTYABOARD_DIR}/server/php/config.inc.php" # Restyaboard cron setup -echo "*/5 * * * * ${RESTYABOARD_DIR}/server/php/shell/instant_email_notification.sh > /dev/null 2> /dev/null" >> /var/spool/cron/crontabs/root -echo "0 * * * * ${RESTYABOARD_DIR}/server/php/shell/periodic_email_notification.sh > /dev/null 2> /dev/null" >> /var/spool/cron/crontabs/root -echo "*/30 * * * * ${RESTYABOARD_DIR}/server/php/shell/imap.sh > /dev/null 2> /dev/null" >> /var/spool/cron/crontabs/root -echo "*/5 * * * * ${RESTYABOARD_DIR}/server/php/shell/webhook.sh > /dev/null 2> /dev/null" >> /var/spool/cron/crontabs/root -echo "*/5 * * * * ${RESTYABOARD_DIR}/server/php/shell/card_due_notification.sh > /dev/null 2> /dev/null" >> /var/spool/cron/crontabs/root +echo "*/5 * * * * ${RESTYABOARD_DIR}/server/php/shell/main.sh > /dev/null 2> /dev/null" >> /var/spool/cron/crontabs/root # Restarting services service cron restart