iopsys-feed/swmodd/files/etc/uci-defaults/04-update-root-path
2025-03-19 16:20:51 +00:00

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"