Skip to content

Commit

Permalink
Silence install script (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwander committed Feb 16, 2017
1 parent fb5bf33 commit 9ea8b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions halyard-web/pkg_scripts/postInstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ if [ -z `getent passwd spinnaker` ]; then
fi


echo '#!/usr/bin/env bash' | sudo tee /usr/local/bin/hal
echo '/opt/halyard/bin/hal "$@"' | sudo tee /usr/local/bin/hal
echo '#!/usr/bin/env bash' | sudo tee /usr/local/bin/hal > /dev/null
echo '/opt/halyard/bin/hal "$@"' | sudo tee /usr/local/bin/hal > /dev/null

chmod +x /usr/local/bin/hal

Expand Down

0 comments on commit 9ea8b93

Please sign in to comment.