added new line to end

This commit is contained in:
Marius Pana 2018-09-10 09:18:46 +03:00
부모 ed97e6a316
커밋 0de0687f30
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제

파일 보기

@ -4,7 +4,7 @@
def bake_nfsiostat(opsys, conf, conf_dir, plugins_dir):
shutil.copy2(cmk.paths.local_agents_dir + "/plugins/mk_nfsiostat", plugins_dir + "/mk_nfsiostat")
bakery_info["mk_nfsiostat"] = {
bakery_info["nfsiostat"] = {
"bake_function" : bake_nfsiostat,
"os" : [ "linux", ],
}
}

파일 보기

@ -3,4 +3,4 @@
if command nfsiostat > /dev/null ; then
echo '<<<nfsiostat>>>'
nfsiostat | paste -sd " " - | tr -s ' '
fi
fi