1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

enable-or-disable.yml: Consistent grep, like /usr/bin/iiab-remoteit-off (for PR #3161)

This commit is contained in:
A Holt 2022-04-04 00:54:34 -04:00 committed by GitHub
parent 40b8425a35
commit 462d39c260
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
when: not remoteit_enabled
- name: Identify remoteit "Remote tcp connection service" unit file name, including uuid, e.g. remoteit@80:00:01:7F:7E:00:56:36.service
shell: ls /etc/systemd/system/multi-user.target.wants/ | grep remoteit
shell: ls /etc/systemd/system/multi-user.target.wants/ | grep remoteit@
register: remoteit_service
ignore_errors: yes