Skip to content

Commit

Permalink
Fix unbound variable issue in get_self_cid
Browse files Browse the repository at this point in the history
fix #542
  • Loading branch information
buchdag committed May 17, 2019
1 parent b89be7e commit 522d396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function check_cert_min_validity {
}

function get_self_cid {
local self_cid
local self_cid=""

# Try the /proc files methods first then resort to the Docker API.
if [[ -f /proc/1/cpuset ]]; then
Expand Down

0 comments on commit 522d396

Please sign in to comment.