Skip to content

Commit

Permalink
🐛 curl not present on container os
Browse files Browse the repository at this point in the history
  • Loading branch information
ChipWolf committed Aug 22, 2019
1 parent b7c7726 commit f14a55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

echo "Getting latest velocity.toml from $VELOCITY_TOML_URL"
curl -s $VELOCITY_TOML_URL > /velocity/velocity.toml
wget -q $VELOCITY_TOML_URL -O /velocity/velocity.toml

sed -i "s/A Velocity Server/${HOSTNAME} - $(date +%s | sha256sum | base64 | head -c 8)/" /velocity/velocity.toml

Expand Down

0 comments on commit f14a55d

Please sign in to comment.