We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6f9d51 + 74ae261 commit 3d798d3Copy full SHA for 3d798d3
1 file changed
scripts/ffmprovisr
@@ -16,7 +16,7 @@ elif [[ "$(uname -s)" = "Linux" ]] ; then
16
if ping -c 1 amiaopensource.github.io >/dev/null 2>&1 ; then
17
ffmprovisr_path='https://amiaopensource.github.io/ffmprovisr/'
18
else
19
- ffmprovisr_path=$(find ~/.linuxbrew/Cellar/ffmprovisr -iname 'index.html' | sort -M | tail -n1)
+ ffmprovisr_path=$(find /home/linuxbrew/.linuxbrew/Cellar/ffmprovisr -iname 'index.html' | sort -M | tail -n1)
20
fi
21
xdg-open "${ffmprovisr_path}"
22
0 commit comments