From 299845b293e5e8e16ad46d0199ad85e52e791e87 Mon Sep 17 00:00:00 2001 From: Mason10198 <31994327+Mason10198@users.noreply.github.com> Date: Sun, 21 Jul 2024 20:50:27 -0500 Subject: [PATCH] Update swp-install --- swp-install | 1 + 1 file changed, 1 insertion(+) diff --git a/swp-install b/swp-install index 9da374b..b8940d8 100644 --- a/swp-install +++ b/swp-install @@ -191,6 +191,7 @@ remove_old_cron() { echo "No existing crontab entry found for SkywarnPlus.py." fi + print_divider echo "Checking for existing crontab entry for ast_var_update.sh..." CRONTAB_AST=$(crontab -l | grep 'ast_var_update.sh') if [ -n "$CRONTAB_AST" ]; then