Skip to content
Snippets Groups Projects
Commit 856fc038 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction du script bin/demo/update_demo.sh

parent bcb8c01e
No related branches found
No related tags found
No related merge requests found
Pipeline #30241 passed
......@@ -273,8 +273,8 @@ ls -lh $SQL_DUMP_FILE_PATH
echo "--------------------------------------------------------------------------------------------------------"
echo "# Copie du dump SQL dans le répertoire $TARGET_DIR/sql/ :"
cp -v --backup --suffix="~" $SQL_DUMP_FILE_PATH "$TARGET_DIR/sql/"
echo "# Copie du dump SQL dans le répertoire $TARGET_DIR/sql/02_other/ :"
cp -v --backup --suffix="~" $SQL_DUMP_FILE_PATH "$TARGET_DIR/sql/02_other/"
echo "--------------------------------------------------------------------------------------------------------"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment