From 8ab185369e4a278f6fa6ab6b3e9479bd9a2b07ae Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 27 Apr 2023 15:37:12 +0200 Subject: [PATCH] update --- scripts/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 47021b3dc..93f1d8eb8 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -41,7 +41,6 @@ fi # Generate an ssh key (ed25519) at /data/coolify/ssh-keys/id.root@host.docker.internal if [ ! -f /data/coolify/ssh-keys/id.root@host.docker.internal ]; then - # Add date to the end of the key to prevent collisions ssh-keygen -t ed25519 -f /data/coolify/ssh-keys/id.root@host.docker.internal -q -N "" -C root@coolify chown 9999 /data/coolify/ssh-keys/id.root@host.docker.internal fi