I hereby claim:
- I am verdel on github.
- I am verdel (https://keybase.io/verdel) on keybase.
- I have a public key ASB_A_5TRegZMhi4QbKrtbS_FAQ6bjWD8Rmha7uN0NbbrQo
To claim this, I am signing this object:
| #!/usr/bin/bash | |
| service-control --stop vmware-vsan-health | |
| if [ -f /usr/lib/vmware-vpx/vsan-health/pyMoVsan/VsanClusterHealthSystemImpl.pyc ] ; then | |
| rm /usr/lib/vmware-vpx/vsan-health/pyMoVsan/VsanClusterHealthSystemImpl.pyc | |
| fi | |
| if [ -f /usr/lib/vmware-vpx/vsan-health/pyMoVsan/VsanVumConnection.pyc ] ; then | |
| rm /usr/lib/vmware-vpx/vsan-health/pyMoVsan/VsanVumConnection.pyc |
I hereby claim:
To claim this, I am signing this object:
| const https = require('https'); | |
| const http = require('http'); | |
| exports.ReportSuccess = async () => { | |
| const report = newReport([]); | |
| try { | |
| await sendReport(report); | |
| } catch (err) { | |
| const reportErr = new Error("failed to send report: " + err.message); | |
| throw reportErr; |