From 511acb98766e2a899bd080fdf613e58cd7544445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=A0s?= Date: Fri, 22 Mar 2024 17:47:03 +0100 Subject: [PATCH] fix(DevWeb): Correct init.sql and template.sql path --- S2/DevWeb/Projet/mysql/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/S2/DevWeb/Projet/mysql/build.sh b/S2/DevWeb/Projet/mysql/build.sh index 89d3040..ca979a9 100755 --- a/S2/DevWeb/Projet/mysql/build.sh +++ b/S2/DevWeb/Projet/mysql/build.sh @@ -2,8 +2,8 @@ databases=("db_test" "db_prod") -template="template.sql" -output="init/init.sql" +template="./mysql/template.sql" +output="./mysql/init/init.sql" > "$output" for database in "${databases[@]}"; do