There was an error while loading. Please reload this page.
1 parent db9fe23 commit 497e91bCopy full SHA for 497e91b
1 file changed
nginx.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
-if [ -f "huly.conf" ]; then
4
- source "huly.conf"
+if [ -f ".env" ]; then
+ source ".env"
5
fi
6
7
# Check for --recreate flag
0 commit comments