We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9ab8e commit 5718f9bCopy full SHA for 5718f9b
1 file changed
vllm/setup.sh
@@ -230,9 +230,9 @@ chmod +x "$HOME/vllm-examples/curl_test.sh"
230
231
# Fix permissions if running as root
232
if [ "$(id -u)" -eq 0 ]; then
233
- chown -R $USER:$USER "$VLLM_DIR"
234
- chown -R $USER:$USER "$HOME/vllm-examples"
235
- chown -R $USER:$USER "$HOME/.cache/huggingface" 2>/dev/null || true
+ chown -R "$USER:$USER" "$VLLM_DIR"
+ chown -R "$USER:$USER" "$HOME/vllm-examples"
+ chown -R "$USER:$USER" "$HOME/.cache/huggingface" 2>/dev/null || true
236
fi
237
238
# Reload systemd and enable service (but don't start yet)
0 commit comments