8 lines
230 B
Bash
Executable file
8 lines
230 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source ./script_config.sh
|
|
|
|
podman exec -it --user=0 --privileged rebased-web /opt/pleroma/bin/pleroma_ctl instance gen
|
|
echo "Check files in config - if all looks good rename generated_config.exs to prod.secret.exs"
|
|
|
|
|