Skip to content

Commit 952ee96

Browse files
authored
Update setup_db.sh
1 parent 6022c4c commit 952ee96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup_db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
set -e # Прерывать выполнение при ошибках
3+
set -e # Break execution on errors
44

55
# Настройки базы данных
66
DB_HOST="localhost"

0 commit comments

Comments
 (0)