Skip to content

Commit 1a6fb0d

Browse files
committed
fix: fixing linux binary launch issues
1 parent 08cb68a commit 1a6fb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
rootdir=`dirname $0`
3-
rootdir=`cd $rootdir && cd ../lib/quickview && pwd`
3+
rootdir=`cd $rootdir && pwd`
44

55
$rootdir/server/server $@

0 commit comments

Comments
 (0)