removed broked crontab editor and fixed permissions issue

added a few new words to translation.json
This commit is contained in:
mcguirepr89
2022-01-29 08:51:45 -05:00
parent 6d5ea98bee
commit 31f2edbd2a
7 changed files with 48 additions and 76 deletions
-2
View File
@@ -500,8 +500,6 @@ install_nomachine() {
install_cleanup_cron() {
echo "Installing the cleanup.cron"
cat $(dirname ${my_dir})/templates/cleanup.cron >> /etc/crontab
chown root:pi /etc/crontab
chmod g+rw /etc/crontab
}
install_selected_services() {