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