We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c1554 commit 8a5dab0Copy full SHA for 8a5dab0
install.sh
@@ -336,7 +336,7 @@ uninstall_llm_env() {
336
337
# Remove lib directory and dependencies
338
if [[ -d "$INSTALL_DIR/lib" ]]; then
339
- if rm -rf "$INSTALL_DIR/lib"; then
+ if rm -rf "${INSTALL_DIR:?}/lib"; then
340
print_success "Removed $INSTALL_DIR/lib directory"
341
else
342
print_error "Failed to remove $INSTALL_DIR/lib directory"
0 commit comments