diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-03-23 18:05:46 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-03-23 18:05:46 +0100 |
commit | baf1ffd1fa4923f3bd105f0d8daac4a9527bdc50 (patch) | |
tree | db8a5429a0d8c915a73a2221b590fb78e22384d3 /utils/makefile.lxc | |
parent | 103c542b374041c8b19e5867fbb32666bf23317b (diff) | |
download | searxng-baf1ffd1fa4923f3bd105f0d8daac4a9527bdc50.tar.gz searxng-baf1ffd1fa4923f3bd105f0d8daac4a9527bdc50.zip |
LXC: set LXC_ENV_FOLDER=lxc/$(shell hostname)/
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/makefile.lxc')
-rw-r--r-- | utils/makefile.lxc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/makefile.lxc b/utils/makefile.lxc index 8b79994ee..fd999e40d 100644 --- a/utils/makefile.lxc +++ b/utils/makefile.lxc @@ -9,7 +9,7 @@ # sudo make ./utils/makefile.lxc lxc-activate # sudo make ./utils/makefile.lxc lxc-deactivate -LXC_ENV_FOLDER=/lxc-$(shell hostname) +LXC_ENV_FOLDER=lxc/$(shell hostname)/ lxc-help:: @echo 'LXC: running in container LXC_ENV_FOLDER=$(LXC_ENV_FOLDER)' |