op-packages/luci-app-modemband/root/etc/uci-defaults/setupmb.sh
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

10 lines
243 B
Bash

#!/bin/sh
# Copyright 2020-2023 Rafał Wabik (IceG) - From eko.one.pl forum
# MIT License
chmod +x /usr/bin/modemband.sh 2>&1 &
chmod +x /usr/bin/loaded.sh 2>&1 &
rm -rf /tmp/luci-indexcache 2>&1 &
rm -rf /tmp/luci-modulecache/ 2>&1 &
exit 0