From 7900bb5dec67a31a9c72dd55feafbf871caaf1b8 Mon Sep 17 00:00:00 2001 From: Dai Date: Thu, 9 Oct 2025 18:44:07 -0700 Subject: [PATCH] Update init --- init | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init b/init index 917fb99..de5caa4 100644 --- a/init +++ b/init @@ -1,5 +1,8 @@ #!/bin/bash +x +# Load env variables +source .env + # Enable nginx to start with system sudo systemctl enable --now nginx sudo systemctl status nginx