Daniel Gibbs před 9 roky
rodič
revize
0d0c2a36a0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lgsm/functions/command_postdetails.sh

+ 1 - 1
lgsm/functions/command_postdetails.sh

@@ -117,7 +117,7 @@ fi
 # cleanup
 rm "${postdetailsfile}" || /bin/true
 
-if [ -n "${alert}" ]; then
+if [ -z "${alert}" ]; then
 	core_exit.sh
 else
 	alerturl="${pdurl}"