您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
 
docker-prosody-http-upload-.../entrypoint.sh

6 行
194 B

#!/bin/bash
sed -i -e "s/^\(\$CONFIG_STORE_DIR = \).*/\1'\/storage';/" /webroot/share_v2.php
sed -i -e "s/^\(\$CONFIG_SECRET = \).*/\1'${SECRET_KEY}';/" /webroot/share_v2.php
exec "/start.sh"