Skip import of MySql database

This commit is contained in:
2025-04-15 22:59:01 -04:00
parent 587b79b57c
commit 5d5cfc7ee1
2 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/bash
#date "+%Y-%m-%d %H:%M:%S"
cd /home/pi/ARM64/Translate/Translate/bin/Debug/net8.0
./translate /mnt/mariadb/backupdb.sql /mnt/mariadb/backupdb2.sql
cd /mnt/mariadb
./restoredb.sh
#date "+%Y-%m-%d %H:%M:%S"