We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89be7e commit 522d396Copy full SHA for 522d396
app/functions.sh
@@ -60,7 +60,7 @@ function check_cert_min_validity {
60
}
61
62
function get_self_cid {
63
- local self_cid
+ local self_cid=""
64
65
# Try the /proc files methods first then resort to the Docker API.
66
if [[ -f /proc/1/cpuset ]]; then
0 commit comments