You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the below command to run TerrariaServer.exe on Ubuntu with mono:
stdbuf -oL screen -S tshock -dm \ mono-sgen TerrariaServer.exe -world "/home/terraria/worlds/Good_V_Evil_Expert_TShock.wld" | while IFS= read -r line do echo $line | /home/terraria/bin/process-discord done
This command works with vanilla Terraria server (Linux variant) but not TShock running in mono. The process-discord file doesn't get called at all as far as I can tell. Does anyone know why?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using the below command to run TerrariaServer.exe on Ubuntu with mono:
stdbuf -oL screen -S tshock -dm \ mono-sgen TerrariaServer.exe -world "/home/terraria/worlds/Good_V_Evil_Expert_TShock.wld" | while IFS= read -r line do echo $line | /home/terraria/bin/process-discord done
This command works with vanilla Terraria server (Linux variant) but not TShock running in mono. The process-discord file doesn't get called at all as far as I can tell. Does anyone know why?
Beta Was this translation helpful? Give feedback.
All reactions