🚑 Fix privatekey
This commit is contained in:
parent
17394546f7
commit
ce68c47d2e
@ -19,7 +19,7 @@ if [[ -z "$PLUGIN_PRIVATE_KEY" ]]; then
|
||||
else
|
||||
|
||||
run_command "mkdir /root/.ssh"
|
||||
echo \"$PLUGIN_PRIVATE_KEY\" > /root/.ssh/id_ed
|
||||
echo "$PLUGIN_PRIVATE_KEY" > /root/.ssh/id_ed
|
||||
run_command chmod 400 /root/.ssh/id_ed
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user