mirror of
https://github.com/searxng/searxng.git
synced 2025-07-15 01:09:21 +02:00
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:
parent
d5917cc029
commit
af6acd3417
6 changed files with 74 additions and 20 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue