浏览代码

removed spaces

Daniel Gibbs 8 年之前
父节点
当前提交
b5ea773e77
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      lgsm/functions/alert.sh

+ 0 - 2
lgsm/functions/alert.sh

@@ -71,8 +71,6 @@ fn_alert_permissions(){
 	alertbody="${servicename} has permissions issues"
 }
 
-
-
 if [ "${alert}" == "permissions" ]; then
 	fn_alert_permissions
 elif [ "${alert}" == "restart" ]; then