Daniel Gibbs hace 9 años
padre
commit
0d0c2a36a0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lgsm/functions/command_postdetails.sh

+ 1 - 1
lgsm/functions/command_postdetails.sh

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