#!/bin/sh

# exit if swmodd uci not present
[ -f "/etc/config/swmodd" ] || exit 0

uci -q set swmodd.globals.root="/apps"
