ryansheehan / terraria

Dockerfile for terraria
MIT License
293 stars 104 forks source link

Fix getting mysql settings from config.json #112

Closed fpiesche closed 2 years ago

fpiesche commented 2 years ago

The "wait for mysql" code here actually never gets executed because there is no .StorageType in config.json.

I've also removed the unnecessary cat calls (hee) as jq can just be passed a filename to parse directly, and the unnecessary STORAGETYPE variable.