#!/bin/sh

. /usr/share/rtmgr/misc/buildopt.rtmgr
. /usr/share/rtmgr/include/lock

rtmgr_lock
cp /tmp/json/stanote /tmp/json/stanote_tmp
mv /tmp/json/stanote_tmp $RTMGR_ETC_TOPDIR/json/stanote
rtmgr_unlock

