#!/bin/sh

. /lib/functions.sh

__csdpcfg_chged=$1

if [ "$__csdpcfg_chged" = "1" ];then
    uci commit csdp
fi

