mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 10:10:12 +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"
|