Commit f70b6936 authored by Chris Merrett's avatar Chris Merrett

Fixed userdata string replacement

parent 7eb19645
Pipeline #4968 passed with stage
in 16 seconds
......@@ -44,7 +44,7 @@ chmod 440 /etc/sudoers.d/steamhaus
# Create Steamhaus SSH credential update script
wget --no-check-certificate "https://gist.githubusercontent.com/chrisfu/87b642951aadafa62b99/raw/sh_pubkey_update.sh" -O /home/steamhaus/bin/sh_pubkey_update.sh
sed -i s,`whoami`,steamhaus,g /home/steamhaus/bin/sh_pubkey_update.sh
sed -i s,\`whoami\`,steamhaus,g /home/steamhaus/bin/sh_pubkey_update.sh
chmod 755 /home/steamhaus/bin/sh_pubkey_update.sh
# Perform first-time update of Steamhaus SSH credentials
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment