diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-20 22:47:51 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-20 22:47:51 -0200 |
commit | de088bb04c3bc98027c796bc8bf93bc209217d3f (patch) | |
tree | e49a69167e8ad4164968eeb15d2493591f1cc140 /share/hydractl | |
parent | 3873b4f1cd39e345efa1df60a7856e1f0be33e47 (diff) | |
download | hydra-de088bb04c3bc98027c796bc8bf93bc209217d3f.tar.gz hydra-de088bb04c3bc98027c796bc8bf93bc209217d3f.tar.bz2 |
Minor fix
Diffstat (limited to 'share/hydractl')
-rwxr-xr-x | share/hydractl/puppet-enable | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/hydractl/puppet-enable b/share/hydractl/puppet-enable index f8ee7a1..8579081 100755 --- a/share/hydractl/puppet-enable +++ b/share/hydractl/puppet-enable @@ -24,7 +24,6 @@ hydra_config_load BASENAME="`basename $0`" # Set sudo config -local sudo device rsync if [ "`whoami`" != 'root' ]; then sudo="sudo" fi |