mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +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
|