From b54f434cb2984d1c811743ff726638d1cd75c234 Mon Sep 17 00:00:00 2001 From: Andreas Mieke Date: Fri, 29 Dec 2023 13:25:32 +0100 Subject: [PATCH] fix: Remove ambigious chmod for directory --- plugin.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin.sh b/plugin.sh index 708e83e..7fb7cd8 100644 --- a/plugin.sh +++ b/plugin.sh @@ -1,7 +1,6 @@ #!/bin/sh mkdir -p /root/.ssh -chmod 0800 /root/.ssh echo "${PLUGIN_SSH_KEY}" > "/root/.ssh/id_rsa" chmod 0600 /root/.ssh/id_rsa echo "${PLUGIN_SSH_KNOWN_HOSTS}" > "/root/.ssh/known_hosts"