2 lines
84 B
Bash
2 lines
84 B
Bash
sed -i "s/^PEERTUBE_SECRET=.*$/PEERTUBE_SECRET=$(openssl rand -hex 32)/" docker.env
|
sed -i "s/^PEERTUBE_SECRET=.*$/PEERTUBE_SECRET=$(openssl rand -hex 32)/" docker.env
|