Daniel Gibbs 4 лет назад
Родитель
Сommit
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