different way of installing the crontab to use dynamic

user
This commit is contained in:
mcguirepr89
2022-04-12 08:14:53 -04:00
parent ebe5fae82b
commit 5664e052ad
+1 -1
View File
@@ -417,7 +417,7 @@ EOF
}
install_cleanup_cron() {
cat $my_dir/templates/cleanup.cron >> /etc/crontab
sed "s/\$USER/$USER/g" $my_dir/templates/cleanup.cron >> /etc/crontab
}
install_services() {