mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-02 05:59:18 +01:00
4 lines
86 B
Bash
4 lines
86 B
Bash
|
#!/bin/sh
|
||
|
touch /var/lib/mysql/created_in_mariadb.flag
|
||
|
echo "dumped flag for MariaDB"
|