Skip to content

Commit 5773a2c

Browse files
fnubalajdemartinofra
authored andcommitted
Remove sudo in base_install
Signed-off-by: Balaji Sridharan <[email protected]>
1 parent 28ea3ec commit 5773a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/base_install.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
curl -v -L -o aws-parallelcluster-node.tgz #{node['cfncluster']['custom_node_package']}
142142
tar -xzf aws-parallelcluster-node.tgz
143143
cd aws-parallelcluster-node-*
144-
sudo /usr/bin/python setup.py install
144+
/usr/bin/python setup.py install
145145
NODE
146146
end
147147
elsif node['platform_family'] == 'rhel' && node['platform_version'].to_i < 7

0 commit comments

Comments
 (0)