fix: nexus integration does not quit prematurely

This commit is contained in:
v4n
2025-05-17 14:23:44 +03:00
parent 13dc822fd9
commit 0fdc5a2306
3 changed files with 6 additions and 3 deletions
+1
View File
@@ -59,6 +59,7 @@ if [[ -x "$(command -v $SCRIPT_NAME)" ]]; then
log ERROR "Installed version is not in the correct format."
log ERROR "h2mm is installed here -> $(which h2mm)"
log ERROR "Delete the script file and retry the install script, any mods installed will not be lost."
log INFO 'Download using the command: bash -c "$(curl -fsSL https://raw.githubusercontent.com/v4n00/h2mm-cli/refs/heads/master/install.sh)"'
exit 1
fi