Skip to content

Commit

Permalink
Merge pull request #4 from LANGERGabrielle/patch-1
Browse files Browse the repository at this point in the history
Fixed incorrect error log path
  • Loading branch information
veteran29 authored Mar 14, 2022
2 parents 4e82a01 + 396a19f commit b4d9951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ echo "$(cat ./workshop.vdf)"
echo /home/steam/Steam/logs/stderr.txt
echo "$(cat /home/steam/Steam/logs/stderr.txt)"
echo
echo /home/steam/Steam/logs/Workshop_log.txt
echo "$(cat /home/steam/Steam/logs/Workshop_log.txt)"
echo /home/steam/Steam/logs/workshop_log.txt
echo "$(cat /home/steam/Steam/logs/workshop_log.txt)"
echo
echo /home/steam/Steam/workshopbuilds/depot_build_$1.log
echo "$(cat /home/steam/Steam/workshopbuilds/depot_build_$1.log)"
Expand Down

0 comments on commit b4d9951

Please sign in to comment.