]> git.ipfire.org Git - thirdparty/lxc.git/commit
templates: fix getty service startup 1344/head
authorFooDeas <foodeas@aeberlein.de>
Thu, 8 Dec 2016 13:03:10 +0000 (14:03 +0100)
committerFooDeas <foodeas@aeberlein.de>
Thu, 8 Dec 2016 13:03:10 +0000 (14:03 +0100)
commite95d7a59ca20b84237b3c1a1e892afb85b33c827
tree3355466718fe922713a91e4ebf134eee3fdb618e
parent27cc1441b0130a61684e331ace804fcd90343917
templates: fix getty service startup

Commit bf39edb39ecaea25801d716aebef798885277992 broke the handling of the getty service file with an '@' character in filename. So the startup condition was not fixed.

Because the parameter was quoted with the causal commit, the escaping has to be removed.

Signed-off-by: Andreas Eberlein foodeas@aeberlein.de
templates/lxc-debian.in