From f2b461feec12b4b8f1c950968ebdf0af66e91ff7 Mon Sep 17 00:00:00 2001 From: Mason10198 <31994327+Mason10198@users.noreply.github.com> Date: Sun, 21 Jul 2024 20:47:35 -0500 Subject: [PATCH] Update swp-install --- swp-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swp-install b/swp-install index 7684b98..9da374b 100644 --- a/swp-install +++ b/swp-install @@ -195,7 +195,7 @@ remove_old_cron() { CRONTAB_AST=$(crontab -l | grep 'ast_var_update.sh') if [ -n "$CRONTAB_AST" ]; then echo "It looks like you have a crontab entry for ast_var_update.sh - this functionality will now be handled by SkywarnPlus, and this crontab entry should be removed to avoid conflicts." - read -r -p "Would you like to remove the crontab entry for now? (y/n) [y]: " choice + read -r -p "Would you like to remove the crontab entry now? (y/n) [y]: " choice choice=${choice:-y} if [[ "$choice" =~ ^[Yy]$ ]]; then echo "Removing old crontab entry for ast_var_update.sh..."