@adaptic/maestro 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -331,7 +331,7 @@ configure_boot_services() {
|
|
|
331
331
|
|
|
332
332
|
# Check which are loaded
|
|
333
333
|
local loaded_count
|
|
334
|
-
loaded_count=$(launchctl list 2>/dev/null | grep -c "ai.adaptic" ||
|
|
334
|
+
loaded_count=$(launchctl list 2>/dev/null | grep -c "ai.adaptic" || true)
|
|
335
335
|
if [ "$loaded_count" -gt 0 ]; then
|
|
336
336
|
ok "$loaded_count agents currently loaded"
|
|
337
337
|
else
|