From 679aaf5ced4c375de28fa03f9dc975250d23f440 Mon Sep 17 00:00:00 2001 From: crowetic Date: Fri, 29 Nov 2024 15:15:19 -0800 Subject: [PATCH] modified auto-fix-qortal with slight changes to end of script - no functional changes at this time. --- auto-fix-qortal.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/auto-fix-qortal.sh b/auto-fix-qortal.sh index 6c7d1ff..a1a2a18 100644 --- a/auto-fix-qortal.sh +++ b/auto-fix-qortal.sh @@ -539,9 +539,11 @@ update_script() { cp "${HOME}/qortal/new-scripts/auto-fix-qortal.sh" "${HOME}/auto-fix-qortal.sh" chmod +x auto-fix-qortal.sh rm -rf "${HOME}/auto_fix_updated" - echo "${YELLOW} Auto-fix script run complete.${NC}\n" - sleep 5 + echo "${YELLOW} Checking for any settings changes required...${NC}" + sleep 2 potentially_update_settings + echo "${YELLOW} Auto-fix script run complete.${NC}\n" + sleep 5 exit }