From 0e3707ec302ea7761e2f52e39f2de3afdfc27511 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Mon, 24 Jan 2022 19:07:36 -0500 Subject: [PATCH] Update update_services.sh --- scripts/update_services.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_services.sh b/scripts/update_services.sh index 0b86ab2..7b852bf 100755 --- a/scripts/update_services.sh +++ b/scripts/update_services.sh @@ -500,7 +500,7 @@ install_nomachine() { install_cleanup_cron() { echo "Installing the cleanup.cron" - echo $(dirname ${my_dir})/templates/cleanup.cron >> /etc/crontab + cat $(dirname ${my_dir})/templates/cleanup.cron >> /etc/crontab chown root:pi /etc/crontab chmod g+rw /etc/crontab