This commit is contained in:
crowetic 2024-11-22 21:52:54 -08:00
parent 2eb9b9f40f
commit 1c3f9a560a

View File

@ -518,7 +518,6 @@ potentially_update_settings() {
update_script() {
echo "${YELLOW}Updating script to newest version and backing up old one...${NC}\n"
mkdir -p "${HOME}/qortal/new-scripts"
mkdir -p "${HOME}/qortal/new-scripts/backups"
cp "${HOME}/qortal/new-scripts/auto-fix-qortal.sh" "${HOME}/qortal/new-scripts/backups"
rm -rf "${HOME}/qortal/new-scripts/auto-fix-qortal.sh"