mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
4 lines
150 B
Bash
Executable File
4 lines
150 B
Bash
Executable File
#!/bin/sh
|
|
[ -f "/etc/ucentral/gateway.json" ] && /etc/init.d/firstcontact disable
|
|
[ -f "/etc/ucentral/gateway.json" ] || /etc/init.d/ucentral disable
|