mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-28 13:58:16 +00:00
Add the noderun command to the manifest
The noderun command was not being packaged. Correct the oversight so that it will be in packages.
This commit is contained in:
@@ -10,6 +10,6 @@ setup(
|
||||
scripts=['bin/confetty', 'bin/nodeconsole', 'bin/nodeeventlog',
|
||||
'bin/nodefirmware', 'bin/nodehealth', 'bin/nodeidentify',
|
||||
'bin/nodeinventory', 'bin/nodelist', 'bin/nodepower',
|
||||
'bin/nodesensors', 'bin/nodesetboot'],
|
||||
'bin/nodesensors', 'bin/nodesetboot', 'bin/noderun'],
|
||||
data_files=[('/etc/profile.d', ['confluent_env.sh'])],
|
||||
)
|
||||
|
Reference in New Issue
Block a user