modified auto-fix-qortal with slight changes to end of script - no functional changes at this time.

This commit is contained in:
crowetic 2024-11-29 15:15:19 -08:00
parent 2344cedb0b
commit 679aaf5ced

View File

@ -539,9 +539,11 @@ update_script() {
cp "${HOME}/qortal/new-scripts/auto-fix-qortal.sh" "${HOME}/auto-fix-qortal.sh" cp "${HOME}/qortal/new-scripts/auto-fix-qortal.sh" "${HOME}/auto-fix-qortal.sh"
chmod +x auto-fix-qortal.sh chmod +x auto-fix-qortal.sh
rm -rf "${HOME}/auto_fix_updated" rm -rf "${HOME}/auto_fix_updated"
echo "${YELLOW} Checking for any settings changes required...${NC}"
sleep 2
potentially_update_settings
echo "${YELLOW} Auto-fix script run complete.${NC}\n" echo "${YELLOW} Auto-fix script run complete.${NC}\n"
sleep 5 sleep 5
potentially_update_settings
exit exit
} }