Markus Heiser
|
ad32739860
|
shellcheck: fix usse -n instead of ! -z (SC2236 SC2237)
- https://www.shellcheck.net/wiki/SC2236 -- Use -n instead of ! -z.
- https://www.shellcheck.net/wiki/SC2237 -- Use [ -n .. ] instead of ! [ -z ....
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
2020-02-16 20:07:37 +01:00 |
Markus Heiser
|
e8cf225046
|
LXC: tooling box - add boilerplate to containers
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
2020-02-16 18:18:15 +01:00 |
Markus Heiser
|
0b2b325552
|
LXC: tooling box - add HOST shares and commandline to containers (WIP)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
2020-02-13 18:25:03 +01:00 |
Markus Heiser
|
7751b29559
|
LXC: add LXC tooling box (initial, WIP)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
2020-02-08 19:12:28 +01:00 |