Fix: idmgr call when idmgr is not in path
This commit is contained in:
parent
8ebbac4659
commit
c2d840d136
@ -106,7 +106,7 @@ idm_core__enable ()
|
|||||||
lib_log WARN "Your workspace is already activated"
|
lib_log WARN "Your workspace is already activated"
|
||||||
elif [ -n "${SHELL_ID-}" ]; then
|
elif [ -n "${SHELL_ID-}" ]; then
|
||||||
lib_log WARN "Changing $SHELL_ID workspace to $id"
|
lib_log WARN "Changing $SHELL_ID workspace to $id"
|
||||||
idmgr disable "${SHELL_ID-}"
|
$IDM_BIN disable "${SHELL_ID-}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Notice user
|
# Notice user
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user