가상매매 시간봉 제거

This commit is contained in:
Macbook
2026-05-28 20:48:28 +09:00
parent 7e3644cb62
commit 15160f7d2c
45 changed files with 996 additions and 405 deletions
+2 -1
View File
@@ -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