您最多选择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"