Closed swcurran closed 4 years ago
@swcurran Suggest we make the default mode to run without -it
i.e. cron mode
and then change the parameter to DM (Developer Mode) that will enable the developer to attach to bash shell where needed. If this will never be a requirement then it might as well just be removed completely.
The -it
in run.sh
is not required, it can be removed completely.
Will do.
I turned it off by default, but left the "IM" (interactive mode) env variable that if set turns on interactive mode. That might be unneeded, but hey, why not?
Addresses #13 -- @lohanspies . However, I'm not sure we need the
-it
at all. @WadeBarnes -- can we just leave off the -it, since all we do is write the output to standard out?