Daniel Gibbs 8 lat temu
rodzic
commit
0d0c2a36a0
1 zmienionych plików z 1 dodań i 1 usunięć
  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}"