mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 14:50:07 +04:00
net-snmp: fix whitespaces
Replace spaces with tabs Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
committed by
Stijn Tintel
parent
40276c24dd
commit
d6edd837f5
@@ -200,14 +200,14 @@ snmpd_extend_add() {
|
||||
}
|
||||
|
||||
snmpd_disk_add() {
|
||||
local cfg="$1"
|
||||
local disk='disk'
|
||||
local cfg="$1"
|
||||
local disk='disk'
|
||||
|
||||
config_get partition "$cfg" partition
|
||||
[ -n "$partition" ] || return 0
|
||||
config_get size "$cfg" size
|
||||
[ -n "$size" ] || return 0
|
||||
echo "$disk $partition $size" >> $CONFIGFILE
|
||||
config_get partition "$cfg" partition
|
||||
[ -n "$partition" ] || return 0
|
||||
config_get size "$cfg" size
|
||||
[ -n "$size" ] || return 0
|
||||
echo "$disk $partition $size" >> $CONFIGFILE
|
||||
}
|
||||
|
||||
snmpd_engineid_add() {
|
||||
|
||||
Reference in New Issue
Block a user