mirror of
https://github.com/goharbor/harbor
synced 2025-04-08 01:57:09 +00:00
6 lines
56 B
Bash
Executable File
6 lines
56 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
python ./migrator.py "$@"
|
|
|
|
exec "$@" |