in reply to Re^2: print on reboot or process shutdown
in thread print on reboot or process shutdown
If you have more than one normal exit point to your script, well, refactor a bit. :-)
PS: note that the way you're opening your file, its contents will be overwritten every time, rather than appended to. Use ">>" if you prefer the other way.
|
|---|