From 1e6faf0036e3245b5ba7e6241a8dbed59c8aadf6 Mon Sep 17 00:00:00 2001 From: syui Date: Wed, 3 Dec 2025 15:32:30 +0900 Subject: [PATCH] fix --- install.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.zsh b/install.zsh index f737f48..e7bdf40 100755 --- a/install.zsh +++ b/install.zsh @@ -258,7 +258,7 @@ case "`cat /etc/hostname`" in at-repos-social-app-avatar-write at-repos-social-app-agent-patch at-repos-social-app-disable-external-services-patch - if [ -n "$1" ] && [ "$1" = "social-app-custom" ];then + if [ -n "$1" ] && [ "$1" = "social-app-custom" ];then at-social-app-custom-pages at-social-app-custom-screens at-social-app-aiat-config @@ -270,7 +270,7 @@ case "`cat /etc/hostname`" in at-repos-atproto-service-pds-index-patch at-repos-ozone-patch at-repos-build-docker-social - if [ -n "$1" ] && [ "$1" = "s" ];then + if [ -n "$1" ] && [ "$1" = "s" ];then docker run -d -p ${dport}:${dport} --name registry --restart=always registry:2 docker tag at-social-app:latest localhost:${dport}/social-app:latest docker push localhost:${dport}/social-app:latest