This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Adblock Plus] | |
! Version: 202412291713 | |
! Title: oisd nsfw | |
! Description: Block. Don't break. | |
! Syntax: Adblock Plus Filter List | |
! Entries: 329315 | |
! Last modified: 2024-12-29T17:13:57+0000 | |
! Expires: 1 hours | |
! License: https://github.com/sjhgvr/oisd/blob/main/LICENSE | |
! Maintainer: Stephan van Ruth |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Path to the Docker Compose file | |
DOCKER_COMPOSE_FILE="/volume2/mkv/makemkv-docker/docker-compose.yml" | |
find_device_paths_from_compose() { | |
echo "Searching for device paths in the Docker Compose file..." | |
device_path_sr=$(grep -o '/dev/sr[^:"]*' "$DOCKER_COMPOSE_FILE" | head -n1) | |
device_path_sg=$(grep -o '/dev/sg[^:"]*' "$DOCKER_COMPOSE_FILE" | head -n1) |
OlderNewer