mirror of
https://codeberg.org/oliphant/blocklists.git
synced 2024-11-08 18:39:35 +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
|
|
|