diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-09 10:53:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-09 10:53:33 -0300 |
commit | a1f7c2dbd8d95923fe93d11d103fc43cd375ae3a (patch) | |
tree | 80f477ae45440d1e33e2ce0bf30f0c0973c29923 /share | |
parent | 538e1978f23b015c26d5d842512e10f0dc1ca09e (diff) | |
download | hydra-a1f7c2dbd8d95923fe93d11d103fc43cd375ae3a.tar.gz hydra-a1f7c2dbd8d95923fe93d11d103fc43cd375ae3a.tar.bz2 |
Renaming templates (2)
Diffstat (limited to 'share')
-rwxr-xr-x | share/hydra/newnode | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/hydra/newnode b/share/hydra/newnode index a0e8dfd..ea069d7 100755 --- a/share/hydra/newnode +++ b/share/hydra/newnode @@ -54,10 +54,10 @@ else fi # Set node template -if [ -e "$HYDRA_FOLDER/config/templates/node/node.pp" ]; then - PP="$HYDRA_FOLDER/config/templates/node/node.pp" +if [ -e "$HYDRA_FOLDER/config/templates/node/nodo.pp" ]; then + PP="$HYDRA_FOLDER/config/templates/node/nodo.pp" else - PP="$APP_BASE/share/config/templates/node/node.pp" + PP="$APP_BASE/share/config/templates/node/nodo.pp" fi # Copy YAML template |