From 7060ae98e3a3510aff21efbbdebe63723faddcc9 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Mon, 24 Jan 2022 19:06:58 -0500 Subject: [PATCH] Update install_services.sh --- scripts/install_services.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_services.sh b/scripts/install_services.sh index b76ec87..1ba81dd 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -505,7 +505,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 }