mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Fixed typo in legacy import test script
This commit is contained in:
parent
d766f255ef
commit
97ee4f36e3
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ do
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
# Import the SQL file into the database. The file pathes are relative to the current script location
|
# Import the SQL file into the database. The file pathes are relative to the current script location
|
||||||
mysql -u DB_USER --password=$DB_PASSWORD $DB_NAME < .github/assets/legacy_import/$SQL_FILE
|
mysql -u $DB_USER --password=$DB_PASSWORD $DB_NAME < .github/assets/legacy_import/$SQL_FILE
|
||||||
# If the last command failed, exit the script
|
# If the last command failed, exit the script
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "Failed to import $SQL_FILE into database $DB_NAME"
|
echo "Failed to import $SQL_FILE into database $DB_NAME"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue