5 lines
110 B
Bash
Executable file
5 lines
110 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source ./script_config.sh
|
|
|
|
podman exec -it rebased-web /opt/pleroma/bin/pleroma_ctl instance gen
|