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