mirror of
https://github.com/pvlnes/homelab.git
synced 2026-04-05 18:11:47 +00:00
update script
This commit is contained in:
parent
322986acc5
commit
dc57b21735
@ -1,6 +1,12 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
|
if [ -f node.env ]; then
|
||||||
|
set -a
|
||||||
|
source node.env
|
||||||
|
set +a
|
||||||
|
fi
|
||||||
|
|
||||||
# =========================
|
# =========================
|
||||||
# Config
|
# Config
|
||||||
# =========================
|
# =========================
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user