flyisnow

Results 1 comments of flyisnow

我目前使用的容器镜像是`oyqi/typecho:nightly-php7.4-fpm-alpine`。 另外,这个方法 ``` check_and_make() { if [ ! -e /app/$1 ]; then mkdir -p /app/$1 chown -Rf www-data:www-data /app/$1 fi if [ -n "$2" ]; then chmod $2 /app/$1 fi...