mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-27 17:37:18 +01:00
9 lines
111 B
Bash
9 lines
111 B
Bash
#!/bin/sh
|
|
|
|
. /lib/functions.sh
|
|
|
|
if [ -f "/etc/config/mosquitto" ]; then
|
|
uci_remove mosquitto dmcli
|
|
fi
|
|
|
|
exit 0
|