From f604ff5675248c2ae6f8fb38a9231556954f29ff Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Fri, 23 Jun 2023 19:34:31 +0100 Subject: [PATCH] Update auto-appupdate.zsh --- Helpers/auto-appupdate.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Helpers/auto-appupdate.zsh b/Helpers/auto-appupdate.zsh index 3e613d2..672d95f 100644 --- a/Helpers/auto-appupdate.zsh +++ b/Helpers/auto-appupdate.zsh @@ -38,7 +38,7 @@ echo "Patchomator is installed. Continuing." echo "Running \"patchomator.sh --yes --install --ignored --required\"" zsh "$PatchomatorPath" --yes --install --ignored "$PIGNOREDAPPS" --required "$PREQUIREDAPPS" echo "Patchomator script has finished. Exiting." -exit 0 + # # End of file.