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