更新 entrypoint.sh
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
mol
2024-02-25 08:05:11 +00:00
parent 2a2e0ce4ce
commit 5c3f084b1e

View File

@ -27,7 +27,7 @@ if [ "${DOCKER_USER-}" ]; then
echo "git配置文件已存在" echo "git配置文件已存在"
else else
touch /home/coder/.gitconfig touch /home/coder/.gitconfig
chown -R "$DOCKER_USER":999 /home/coder/.gitconfig sudo chown "$DOCKER_USER":999 /home/coder/.gitconfig
echo "git配置文件已创建" echo "git配置文件已创建"
fi fi