Skip to content

Commit

Permalink
Use absolute path when reading start.sh (#9)
Browse files Browse the repository at this point in the history
Related to #8
  • Loading branch information
flobernd authored Dec 29, 2024
1 parent 42f5e16 commit 5d5bb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecraft-ftb/data/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ patch_start_script() {
fi

output+="${line}\n"
done < start.sh
done < /var/lib/minecraft/start.sh

if [ ! "${success}" ]; then
echoerr "Failed to patch 'start.sh' script."
Expand Down

0 comments on commit 5d5bb10

Please sign in to comment.