From 1f7c9a5cd3b2b682e7508399cfdcaee956dc97ea Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Wed, 19 Aug 2020 11:55:31 +0200 Subject: [PATCH] Spell check --- CMS/nextcloud/nextcloud-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMS/nextcloud/nextcloud-init.sh b/CMS/nextcloud/nextcloud-init.sh index 7e4931b..865d099 100644 --- a/CMS/nextcloud/nextcloud-init.sh +++ b/CMS/nextcloud/nextcloud-init.sh @@ -13,7 +13,7 @@ if [ "$(systemctl is-active redis-server)" = "active" ]; then sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set redis host --value=localhost sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set redis port --value=6379 else - echo "Redis not installed or runing on this system" + echo "Redis not installed or running on this system" fi echo "*/5 * * * * SITEname php -f /var/www/DOMAINname/html/cron.php > /dev/null 2>&1" >> /etc/crontab