solved typos

This commit is contained in:
Kevin Veen-Birkenbach 2023-03-27 02:10:49 +02:00
parent 18fcd3b06d
commit d8471e5b4b

View File

@ -20,7 +20,7 @@ fi
if [ -f "$backup_sql" ]; then if [ -f "$backup_sql" ]; then
echo "recover mysql dump" echo "recover mysql dump"
cat $backup_sql | docker exec -i "$container" '/usr/bin/mysql -u root --password="'$mysql_root_password'" "'$database'"' cat $backup_sql | docker exec -i "$container" /usr/bin/mysql -u root --password="$mysql_root_password" $database
exit 0 exit 0
else else
if [ -d "$backup_files" ]; then if [ -d "$backup_files" ]; then