가상매매 시간봉 제거
This commit is contained in:
@@ -24,8 +24,9 @@ if [[ -f "$DEST" ]]; then
|
||||
fi
|
||||
|
||||
if [[ -n "${1:-}" && -f "$1" ]]; then
|
||||
cp "$1" "$ROOT/app/google-services.json"
|
||||
cp "$1" "$DEST"
|
||||
echo "✓ 복사: $1 → $DEST"
|
||||
echo "✓ 복사: $1 → app/google-services.json 및 $DEST"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user