Skip to content

Commit 3d798d3

Browse files
authored
Merge pull request #490 from amiaopensource/linux_path
Thanks!
2 parents c6f9d51 + 74ae261 commit 3d798d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ffmprovisr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ elif [[ "$(uname -s)" = "Linux" ]] ; then
1616
if ping -c 1 amiaopensource.github.io >/dev/null 2>&1 ; then
1717
ffmprovisr_path='https://amiaopensource.github.io/ffmprovisr/'
1818
else
19-
ffmprovisr_path=$(find ~/.linuxbrew/Cellar/ffmprovisr -iname 'index.html' | sort -M | tail -n1)
19+
ffmprovisr_path=$(find /home/linuxbrew/.linuxbrew/Cellar/ffmprovisr -iname 'index.html' | sort -M | tail -n1)
2020
fi
2121
xdg-open "${ffmprovisr_path}"
2222
else

0 commit comments

Comments
 (0)