Fix bash command for update module. (#221)
This commit is contained in:
@@ -31,7 +31,7 @@ pollVariableBash(
|
|||||||
pendingUpdates,
|
pendingUpdates,
|
||||||
[padZero.bind('value')],
|
[padZero.bind('value')],
|
||||||
pollingInterval.bind('value'),
|
pollingInterval.bind('value'),
|
||||||
`bash -c "${updateCommand.value}"`,
|
updateCommand.value,
|
||||||
processUpdateCount,
|
processUpdateCount,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user