Update update_services.sh

This commit is contained in:
Patrick McGuire
2022-01-24 19:07:36 -05:00
committed by GitHub
parent 7060ae98e3
commit 0e3707ec30
+1 -1
View File
@@ -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