Fix bash command for update module. (#221)

This commit is contained in:
Jas Singh
2024-09-02 22:57:03 -07:00
committed by GitHub
parent 4cdda38604
commit 3d73f6428f

View File

@@ -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,
); );