Skip to content

Commit 497e91b

Browse files
authored
Qfix: nginx script (#201)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
1 parent db9fe23 commit 497e91b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nginx.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
if [ -f "huly.conf" ]; then
4-
source "huly.conf"
3+
if [ -f ".env" ]; then
4+
source ".env"
55
fi
66

77
# Check for --recreate flag

0 commit comments

Comments
 (0)