From 0b8fd6b332b74b7dafc2f62443b4375202585df4 Mon Sep 17 00:00:00 2001 From: crowetic Date: Wed, 5 Feb 2025 17:56:35 -0800 Subject: [PATCH] updated auto-fix script again --- auto-fix-qortal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-fix-qortal.sh b/auto-fix-qortal.sh index 8fe3ffc..a846d27 100644 --- a/auto-fix-qortal.sh +++ b/auto-fix-qortal.sh @@ -429,7 +429,7 @@ update_script() { sleep 2 potentially_update_settings rm -rf ${HOME}/qortal.jar ${HOME}/run.pid ${HOME}/run.log ${HOME}/remote.md5 ${HOME}/qortal/local.md5 - mkdir -P ${HOME}/backups && mv ${HOME}/qortal/backup-settings* ${HOME}/backups + mkdir -p ${HOME}/backups && mv ${HOME}/qortal/backup-settings* ${HOME}/backups echo "${YELLOW}Auto-fix script run complete.${NC}\n" sleep 5 exit