From 05416bed3c1e5903c57ead581a04a2a497a91e18 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 13 Jun 2025 22:04:47 -0600 Subject: [PATCH] 1749873887 --- reconfig_full.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reconfig_full.sh b/reconfig_full.sh index b4e5808..843852e 100644 --- a/reconfig_full.sh +++ b/reconfig_full.sh @@ -65,8 +65,10 @@ else echo $? fi -echo "Setting up crontab" +# crontab +echo "Setting up root crontab" sudo crontab -e +echo "Installing custom root crontab" sudo crontab $crontab_new # start da services