Update test.sh

This commit is contained in:
2019-02-06 20:18:43 -06:00
parent ac7218afe0
commit 83b5406fec

View File

@@ -28,7 +28,7 @@ until [ "${checked}" = "" ]; do
tchecked+=`${NCMD} "cat /etc/letsencrypt/cert-request.lastrun" | diff - /etc/letsencrypt/cert-request.lastrun`
fi
echo "H: '${tchecked}"
#echo "H: '${tchecked}"
done
checked=${tchecked}
done