ghedo / pflask

:sake: Lightweight process containers for Linux
https://ghedo.github.io/pflask/
BSD 2-Clause "Simplified" License
200 stars 33 forks source link

Fix segementation fault if TERM variable is not set #13

Closed jwessel closed 7 years ago

jwessel commented 7 years ago

When using pflask from systemd the TERM variable will not be set and it should try to use the variable if it is not initialized.

Signed-off-by: Jason Wessel jason.wessel@windriver.com

ghedo commented 7 years ago

Merged in https://github.com/ghedo/pflask/commit/0c6ccc5410d3936b25a0a97fb2e928f5ab06d362, thanks!