#!/bin/sh
echo "1.0.0-9" > /tmp/luci-app-run.version
/etc/init.d/rpcd restart >/dev/null 2>&1 || true
exit 0
