Skip to content

Commit

Permalink
check if config exists
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaridas committed Sep 5, 2024
1 parent 55a549c commit 8cf30c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stremio-web-service-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ else
fi

# fix for not passed config option
sed -i '/self.allTranscodeProfiles = \[\]/a \ \ \ \ \ \ \ \ self.proxyStreamsEnabled = false,' server.js
grep -q 'self.proxyStreamsEnabled = false,' server.js || sed -i '/self.allTranscodeProfiles = \[\]/a \ \ \ \ \ \ \ \ self.proxyStreamsEnabled = false,' server.js

# fix for incomptible df
alias df="df -P"
Expand Down

0 comments on commit 8cf30c6

Please sign in to comment.