Daniel Gibbs 4 年之前
父節點
當前提交
78d9c476b5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lgsm/functions/alert_discord.sh

+ 1 - 1
lgsm/functions/alert_discord.sh

@@ -112,7 +112,7 @@ json=$(cat <<EOF
 EOF
 )
 
-if [ "${alerttype}" == "${short}" ]; then
+if [ "${alerttype}" == "short" ]; then
 	json="${jsonshort}"
 fi