fix: start-server.sh 실행권한 자동 부여
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -53,6 +53,9 @@ echo "[3/5] Git 최신 소스 받기..."
|
||||
# remote URL을 인증정보 포함 URL로 설정
|
||||
git remote set-url origin "$GIT_URL" 2>/dev/null
|
||||
|
||||
# 실행 권한 자동 부여 (git clone 후 권한 날아가는 문제 방지)
|
||||
chmod +x "$0" 2>/dev/null
|
||||
|
||||
git reset --hard
|
||||
|
||||
if ! git fetch origin; then
|
||||
|
||||
Reference in New Issue
Block a user