Linux ICU data directory was not discovered

So I have packaged my server for linux and have it all working. But now when i try launch it in linux it gives this error.

gameserver@gameserver:/root/game/LinuxNoEditor/MyProject4/Binaries/Linux$ ./MyProject4Server -log
Using binned.
Increasing per-process limit of core file size to infinity.
Assertion failed: HasFoundDataDirectory [File:I:\UE4.10\Engine\Source\Runtime\Core\Private\Internationalization\ICUInternationalization.cpp] [Line: 117]
ICU data directory was not discovered:
…/…/…/MyProject4/Content/Internationalization
…/…/…/Engine/Content/Internationalization
Signal 11 caught.
EngineCrashHandler: Signal=11
Aborted (core dumped)

This was due to permissions on the linux account. Chown and chmod 0777 fixed the issues.

I used the command to check for errors

bash -c "strace -o strace.txt ./MyProject DM-DeckTest" > ut4.txt