From 410d4f7d3c5e5d61a43722f477b23a6058cea3b3 Mon Sep 17 00:00:00 2001 From: syui Date: Thu, 4 Dec 2025 00:00:59 +0900 Subject: [PATCH] fix --- install.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.zsh b/install.zsh index 7b31aa3..36a2d95 100755 --- a/install.zsh +++ b/install.zsh @@ -282,7 +282,6 @@ function at-repos-push-reset() { --restart=always \ -v registry-data:/var/lib/registry \ registry:2 - fi } function at-repos-push-docker() { @@ -313,6 +312,7 @@ case "`cat /etc/hostname`" in *) if [ "$1" = "r" ];then at-repos-push-reset + exit fi at-repos-clone at-repos-pull