mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-20 09:15:19 +01:00
5 lines
46 B
Bash
Executable File
5 lines
46 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
python ./migrator.py "$@"
|