Files
openwrt_packages/luci-app-cifs-mount/root/etc/uci-defaults/luci-cifs
2025-11-02 14:26:26 +08:00

11 lines
177 B
Bash
Executable File

#!/bin/sh
uci -q batch <<-EOF >/dev/null
delete ucitrack.@cifs[-1]
add ucitrack cifs
set ucitrack.@cifs[-1].init=cifs
commit ucitrack
EOF
rm -f /tmp/luci-indexcache
exit 0