From b0635327a178bf857a1150af4c00d4f14b36bd4e Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Wed, 25 Sep 2024 00:00:26 +0200 Subject: [PATCH] Revert "Fix: Typo" This reverts commit ca21545d7bacec0af4578c8587b76a1d1386d6c8. --- other/nightly/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other/nightly/install.sh b/other/nightly/install.sh index 4df5b3c41..61acbd333 100755 --- a/other/nightly/install.sh +++ b/other/nightly/install.sh @@ -480,9 +480,9 @@ syncSshKeys() { } set +e -IF_COOLIFY_VOLUME_EXISTS=$(docker volume ls | grep coolify-db | wc -l) +IS_COOLIFY_VOLUME_EXISTS=$(docker volume ls | grep coolify-db | wc -l) set -e -if [ "$IF_COOLIFY_VOLUME_EXISTS" -eq 0 ]; then +if [ "$IS_COOLIFY_VOLUME_EXISTS" -eq 0 ]; then echo " - Generating SSH key." ssh-keygen -t ed25519 -a 100 -f /data/coolify/ssh/keys/id.$CURRENT_USER@host.docker.internal -q -N "" -C coolify chown 9999 /data/coolify/ssh/keys/id.$CURRENT_USER@host.docker.internal