fix: undeclared local variable
This commit is contained in:
parent
7744b3bda9
commit
5214472316
@ -200,6 +200,7 @@ lib_id_get_all_config ()
|
||||
|
||||
lib_id_get_all_id ()
|
||||
{
|
||||
local id=
|
||||
for id in $( find $IDM_DIR_ID -type f -name '*.env' 2>/dev/null ); do
|
||||
id=${id%%\.env}
|
||||
echo "${id##*/}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user