From 385a63044bb1ec6549543d13799bb25c3b01cf27 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 17 Jan 2019 12:30:38 +0100 Subject: [PATCH] Update 'Brotli/Install-build-dependencies.sh' --- Brotli/Install-build-dependencies.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Brotli/Install-build-dependencies.sh b/Brotli/Install-build-dependencies.sh index 28d859b..a30e2d9 100644 --- a/Brotli/Install-build-dependencies.sh +++ b/Brotli/Install-build-dependencies.sh @@ -19,9 +19,8 @@ if [ ! -f /var/log/nginxVersion.txt ]; then fi #downloading Brotli updater scrips -wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/Brotli/update-brotli.sh-O /opt/update-brotli.sh -echo 3 * * * root /bin/bash /opt/update-brotli.sh -sed -i "\$a0 3 * * 1 root /bin/bash /opt/update-brotli.sh >/dev/null 2>&1" /etc/crontab +wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/Brotli/update-brotli.sh -O /opt/update-brotli.sh +sed -i "\$a0 2 * * 1 root /bin/bash /opt/update-brotli.sh >/dev/null 2>&1" /etc/crontab # setting webserver folder for package downloads