summaryrefslogtreecommitdiff
path: root/net/freeradius2/files/patch-bootstrap
blob: e5cb7cc050e7f40bcd9c16bf84041b2bdcb45849 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- raddb/certs/bootstrap	2009-03-18 20:20:41.000000000 +0000
+++ raddb/certs/bootstrap	2009-03-18 21:20:25.000000000 +0000
@@ -17,7 +17,7 @@
 #
 #  If that worked, exit.  Otherwise, run the commands manually.
 #
-if [ "$?" == "0" ]
+if [ $? -eq 0 ]
 then
   exit 0
 fi