Skip to content

Commit

Permalink
remove bak
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaridas committed Sep 5, 2024
1 parent d03ac5f commit 2bd8e08
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 @@ -5,7 +5,7 @@ else
CONFIG_FOLDER=$APP_PATH/
fi
# fix for not passed config option
jq '. + {"proxyStreamsEnabled": false}' "$CONFIG_FOLDER"server-settings.json.bak > tmp.$$.json && mv tmp.$$.json "$CONFIG_FOLDER"server-settings.json
jq '. + {"proxyStreamsEnabled": false}' "$CONFIG_FOLDER"server-settings.json > tmp.$$.json && mv tmp.$$.json "$CONFIG_FOLDER"server-settings.json

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

0 comments on commit 2bd8e08

Please sign in to comment.