diff --git a/customModules/updates/index.ts b/customModules/updates/index.ts index d92cef9..944a28e 100644 --- a/customModules/updates/index.ts +++ b/customModules/updates/index.ts @@ -31,7 +31,7 @@ pollVariableBash( pendingUpdates, [padZero.bind('value')], pollingInterval.bind('value'), - `bash -c "${updateCommand.value}"`, + updateCommand.value, processUpdateCount, );