Skip to content

Commit

Permalink
Update enable-ssh.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Wasapl authored Aug 30, 2019
1 parent e9fe87b commit 7b02bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/enable-ssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if [ -d /etc/update-motd.d ]; then
echo "Project: ${APPVEYOR_PROJECT_NAME}"
echo "Build Version: ${APPVEYOR_BUILD_VERSION}"
echo "URL: ${APPVEYOR_URL}/project/${APPVEYOR_ACCOUNT_NAME}/${APPVEYOR_PROJECT_SLUG}/build/job/${APPVEYOR_JOB_ID}"
) > /etc/update-motd.d/01-appveyor
) | sudo tee /etc/update-motd.d/01-appveyor
sudo chmod +x /etc/update-motd.d/01-appveyor
fi

Expand Down

0 comments on commit 7b02bc9

Please sign in to comment.