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