Daniel Gibbs %!s(int64=4) %!d(string=hai) anos
pai
achega
78d9c476b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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