From e68d405c5d712af4387159df07e226217bdda049 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 6 Apr 2022 22:33:41 +0100 Subject: gentoo resync : 06.04.2022 --- sys-cluster/k3s/files/k3s.initd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-cluster/k3s/files') diff --git a/sys-cluster/k3s/files/k3s.initd b/sys-cluster/k3s/files/k3s.initd index c2cc17309d40..874052701a7d 100644 --- a/sys-cluster/k3s/files/k3s.initd +++ b/sys-cluster/k3s/files/k3s.initd @@ -27,6 +27,6 @@ start() { } set -o allexport -if [ -f /etc/environment ]; then source /etc/environment; fi -if [ -f /etc/rancher/k3s/k3s.env ]; then source /etc/rancher/k3s/k3s.env; fi +if [ -f /etc/environment ]; then . /etc/environment; fi +if [ -f /etc/rancher/k3s/k3s.env ]; then . /etc/rancher/k3s/k3s.env; fi set +o allexport -- cgit v1.2.3