feat: for v0.29

This commit is contained in:
2022-03-13 21:38:52 +09:00
parent 3cad468335
commit 22f37cbdec
3 changed files with 11 additions and 5 deletions
+1
View File
@@ -14,6 +14,7 @@ if [ ! -f "$samRoot/index.php" ]; then
mkdir -p $samRoot
chown -R www-data:www-data $wwwRoot
gosu www-data git clone $gameGitPath $samRoot
gosu www-data git checkout $gameGitBranch
fi
if [ "$HIDCHE_IMAGE_USE_INTERNAL" = "yes" ] && [ ! -d "$imageRoot" ]; then