From 55171b255cb7f20df84bb343dd9ecf1d58d0793f Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Sat, 16 Jan 2021 11:13:10 -0500 Subject: [PATCH] paths in setup --- scripts/env/setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/env/setup.sh b/scripts/env/setup.sh index ec67f46..2268f23 100755 --- a/scripts/env/setup.sh +++ b/scripts/env/setup.sh @@ -71,6 +71,8 @@ done GLOBAL_ENV=/opt/mistborn/.envs/.production/.global install -Dv /dev/null $GLOBAL_ENV echo "DIFACE=$iface" >> $GLOBAL_ENV +echo "MISTBORN_ENV_PATH=../../.envs/.production/" >> $GLOBAL_ENV +echo "MISTBORN_VOL_PATH=../../../mistborn_volumes/extra/" >> $GLOBAL_ENV # default interface #sudo find /etc/systemd/system/ -type f -name 'Mistborn*' | xargs sudo sed -i "s/DIFACE/$iface/"