Skip to content

Commit

Permalink
Add executable link to halyard cli (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwander committed Feb 2, 2017
1 parent fcc6b26 commit cb8e808
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions halyard-web/etc/halyard/hal
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

/opt/halyard/bin/hal "$@"
2 changes: 2 additions & 0 deletions halyard-web/pkg_scripts/postInstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ if [ -z `getent passwd spinnaker` ]; then
useradd --gid spinnaker spinnaker -m --home-dir /home/spinnaker
fi

cp /etc/halyard/hal /usr/local/bin

install --mode=755 --owner=spinnaker --group=spinnaker --directory /var/log/spinnaker/halyard

0 comments on commit cb8e808

Please sign in to comment.