diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-08 17:11:05 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-08 17:11:05 -0300 |
commit | 6e446329869337f32dacae244269a6e5296fa91d (patch) | |
tree | 3dcd0fb35cfce4c0ae407decc6d2b22aaaa73cc7 /share/hydractl/install | |
parent | e0f6b1bc64d737aa03f1383b01c71989443d48a3 (diff) | |
download | hydra-6e446329869337f32dacae244269a6e5296fa91d.tar.gz hydra-6e446329869337f32dacae244269a6e5296fa91d.tar.bz2 |
Adds deployment code
Diffstat (limited to 'share/hydractl/install')
-rwxr-xr-x | share/hydractl/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/install b/share/hydractl/install index 1b687db..db45614 100755 --- a/share/hydractl/install +++ b/share/hydractl/install @@ -31,7 +31,7 @@ if [ "`whoami`" != 'root' ]; then fi # Deploy -echo "Deploying to local node..." +echo "Installing to local node..." if ! which git &> /dev/null; then echo "Installing git..." |