Daniel Gibbs 4 lat temu
rodzic
commit
78d9c476b5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lgsm/functions/alert_discord.sh

+ 1 - 1
lgsm/functions/alert_discord.sh

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