mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
6 lines
122 B
Bash
6 lines
122 B
Bash
#!/bin/sh
|
|
|
|
# exit if swmodd uci not present
|
|
[ -f "/etc/config/swmodd" ] || exit 0
|
|
|
|
uci -q set swmodd.globals.root="/apps"
|