mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-21 11:22:50 +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
|