mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
fix(test): remove logging of var
This commit is contained in:
parent
10a90db8aa
commit
bc1813c3cf
@ -5,8 +5,6 @@ set -e
|
||||
function install_ffmpeg() {
|
||||
# install a specific version of ffmpeg
|
||||
|
||||
echo $OSTYPE
|
||||
|
||||
if [[ "$OSTYPE" == "linux-"* ]]; then
|
||||
OS="linux"
|
||||
elif [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user