JACOBSMILE / tmodloader1.4

An easy to configure Docker Image for tModLoader 1.4 servers.
Other
120 stars 29 forks source link

Dotnet installed in image is removed #43

Closed fuhaixi closed 7 months ago

fuhaixi commented 10 months ago

In ScriptCaller.sh of tmodloader:

if [[ ! -f "$LaunchLogs/client.log" && ! -f "$LaunchLogs/server.log" ]]; then
    echo "Last Run Attempt Failed to Start tModLoader. Deleting dotnet_dir and resetting"
    rm -rf "$dotnet_dir"
    mkdir "$dotnet_dir"
fi