Daniel Gibbs 8 роки тому
батько
коміт
0d0c2a36a0
1 змінених файлів з 1 додано та 1 видалено
  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}"