Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wifictld reload (and deploy/remove) #1

Open
genofire opened this issue Jun 14, 2019 · 0 comments
Open

wifictld reload (and deploy/remove) #1

genofire opened this issue Jun 14, 2019 · 0 comments

Comments

@genofire
Copy link
Member

---
- name: check
  raw: ubus call wifictld bind | grep -c \"
  register: ubus
  ignore_errors: yes

- name: reload
  raw: /etc/init.d/wifictld reload
  when: (ubus.stdout | trim) == "1"

not necessary for normal usage

@genofire genofire changed the title reload wifictld reload wifictld (and deploy/remove) Jun 14, 2019
@genofire genofire changed the title reload wifictld (and deploy/remove) wifictld reload (and deploy/remove) Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant