Change mkdir to makedirs so as to allow recursive directory making (g.e. making "~/open_fortress/bin" when "~/open_fortress" doesn't exist, this fixes that)
NOTE: exist_ok prevents an exception for already existing directories
add stderr import to fix error reporting
I'm trying to make a Docker container for easily making basic servers, and I noticed some issues trying to get the CLI to work.
I'm trying to make a Docker container for easily making basic servers, and I noticed some issues trying to get the CLI to work.