LXC: install searx-suite installs searx, filtron & morty on all containers

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2020-02-26 19:07:55 +01:00
parent d5917cc029
commit af6acd3417
6 changed files with 74 additions and 20 deletions

View file

@ -290,6 +290,15 @@ cache_download() {
fi
}
backup_file() {
# usage: backup_file /path/to/file.foo
local stamp=$(date +"_%Y%m%d_%H%M%S")
info_msg "create backup: ${1}${stamp}"
cp -a "${1}" "${1}${stamp}"
}
choose_one() {
# usage: