opnsense-ports/misc/py-litellm/files/patch-litellm_proxy_start.sh
Franco Fichtner 6650c72bcb */*: sync with upstream
Taken from: FreeBSD
2024-02-13 11:37:15 +01:00

8 lines
202 B
Bash

--- litellm/proxy/start.sh.orig 2024-02-11 03:13:21 UTC
+++ litellm/proxy/start.sh
@@ -1,2 +1,2 @@
-#!/bin/bash
-python3 proxy_cli.py
\ No newline at end of file
+#!/bin/sh
+%%PYTHON_CMD%% proxy_cli.py