1#!/bin/sh
2#
3# Copyright (c) 2013 The Linux Foundation. All rights reserved.
4#
5
6uci set system.@system[-1].log_size=128
7uci commit system
8
9exit 0
10