21 lines
588 B
Diff
21 lines
588 B
Diff
From 000f42efd6d3817cbded659de101af2e4a5bcc18 Mon Sep 17 00:00:00 2001
|
|
From: baizg1107 <preloyalwhite@163.com>
|
|
Date: Thu, 17 Jun 2021 17:05:38 +0800
|
|
Subject: [PATCH] fix obs productconvert inputfile path
|
|
|
|
---
|
|
dist/obs_productconvert | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/dist/obs_productconvert b/dist/obs_productconvert
|
|
index 8a7f4cc..6005d90 100755
|
|
--- a/dist/obs_productconvert
|
|
+++ b/dist/obs_productconvert
|
|
@@ -1,2 +1,2 @@
|
|
#!/bin/bash
|
|
-exec /usr/lib/obs/server/bs_productconvert "$@"
|
|
+exec /usr/lib/obs/server/bs_productconvert ${PWD}"/$@"
|
|
--
|
|
2.27.0
|
|
|