Update init

This commit is contained in:
Dai
2025-10-09 18:44:07 -07:00
parent 7e8efac44a
commit 7900bb5dec

3
init
View File

@@ -1,5 +1,8 @@
#!/bin/bash +x #!/bin/bash +x
# Load env variables
source .env
# Enable nginx to start with system # Enable nginx to start with system
sudo systemctl enable --now nginx sudo systemctl enable --now nginx
sudo systemctl status nginx sudo systemctl status nginx