Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot
c88d178997 Add renovate.json
Some checks reported errors
continuous-integration/drone/push Build was killed
2021-12-15 17:08:02 +00:00

View File

@ -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