build script 누락

This commit is contained in:
2024-05-17 16:13:43 +00:00
parent 526eb1bc2a
commit 3d72603c26
+3 -1
View File
@@ -14,7 +14,9 @@ if [ ! -f "$samRoot/index.php" ]; then
mkdir -p $samRoot
chown -R www-data:www-data $wwwRoot
gosu www-data git clone $gameGitPath $samRoot
pushd $samRoot
gosu www-data git checkout $gameGitBranch
popd
fi
if [ "$HIDCHE_IMAGE_USE_INTERNAL" = "yes" ] && [ ! -d "$imageRoot" ]; then
@@ -29,4 +31,4 @@ if [ "$HIDCHE_IMAGE_USE_INTERNAL" = "yes" ] && [ ! -d "$imageRoot" ]; then
gosu www-data git clone $imgGitPath $imageRoot
fi
exec "$@"
exec "$@"