Skip to content
Snippets Groups Projects
Verified Commit 166b7c23 authored by Robotka István Adrián's avatar Robotka István Adrián
Browse files

reformat

parent 98360296
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,12 @@
# halt on error
set -e
UPDATE="https://git.sch.bme.hu/robotka/syslog-collector/raw/master/syslog-collector-installer.sh"
echo "Setup CRON script to update"
cat <<EOF > /etc/cron.hourly/syslog-ng-updater.sh
#!/bin/bash
curl --silent "https://git.sch.bme.hu/snippets/38/raw" | bash
curl --silent "$UPDATE" | bash
EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment