Compare commits

..

1 Commits

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

View File

@ -19,8 +19,8 @@ if [[ -z "$PLUGIN_PRIVATE_KEY" ]]; then
else
run_command "mkdir /root/.ssh"
echo "$PLUGIN_PRIVATE_KEY" > /root/.ssh/id_ed25519
run_command chmod 400 /root/.ssh/id_ed25519
echo "$PLUGIN_PRIVATE_KEY" > /root/.ssh/id_ed
run_command chmod 400 /root/.ssh/id_ed
fi
if [[ -n "$PLUGIN_VAULT_TOKEN" ]]; then