]> git.za3k.com Git - za3k.git/commitdiff
Fix nologin issue
authorZachary Vance <za3k@za3k.com>
Mon, 20 Jun 2016 01:19:00 +0000 (18:19 -0700)
committerZachary Vance <za3k@za3k.com>
Mon, 20 Jun 2016 01:19:00 +0000 (18:19 -0700)
cgi-bin/status.cgi

index 7aec008340375afa4d5e9de15be14d12c88629eb..62b9fed7df190b14e156d983959ddc8660a52759 100755 (executable)
@@ -17,7 +17,7 @@ echo "    <th>Service</td>"
 echo "    <th>Status</td>"
 echo "    <th>Details</td>"
 echo "  </thead>"
-find "${FOLDER}" -type f -print0 | sort -z | parallel -0 --keep-order -n1 -- ./status-simple
+find "${FOLDER}" -type f -print0 | sort -z | SHELL=/bin/sh parallel -0 -j 0 --keep-order -n1 -- ./status-simple
 echo "</table>"
 echo "<a href=\"https://github.com/za3k/za3k.com/tree/master/cgi-bin/service.status.d\">[Source]</a>"
 echo "</body>"