Update install_services.sh

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