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 b6041a5 commit e393da1Copy full SHA for e393da1
scripts/install.sh
@@ -104,7 +104,8 @@ get_install_dir() {
104
fi
105
106
# Fall back to user directory
107
- log_info "No write access to $DEFAULT_INSTALL_DIR, using $USER_INSTALL_DIR instead"
+ # Log to stderr so it doesn't interfere with the return value
108
+ log_info "No write access to $DEFAULT_INSTALL_DIR, using $USER_INSTALL_DIR instead" >&2
109
echo "$USER_INSTALL_DIR"
110
}
111
0 commit comments