mirror of
https://codeberg.org/oliphant/blocklists.git
synced 2024-11-13 04:41:01 +00:00
9 lines
179 B
Bash
Executable file
9 lines
179 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
# export to production servers
|
|
|
|
SYNC=`which fediblock-sync`
|
|
|
|
# use secretconfig subfolder
|
|
${SYNC} -c /opt/fediblockhole/config/example-server-export.conf.toml
|
|
|