We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6022c4c commit 952ee96Copy full SHA for 952ee96
setup_db.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-set -e # Прерывать выполнение при ошибках
+set -e # Break execution on errors
4
5
# Настройки базы данных
6
DB_HOST="localhost"
0 commit comments