Browse Source

mistborn user

v1
Steven Foerster 5 years ago
parent
commit
202f2658c4
  1. 1
      scripts/env/setup.sh

1
scripts/env/setup.sh vendored

@ -71,6 +71,7 @@ done @@ -71,6 +71,7 @@ done
GLOBAL_ENV=/opt/mistborn/.envs/.production/.global
install -Dv /dev/null $GLOBAL_ENV
echo "DIFACE=$iface" >> $GLOBAL_ENV
echo "MISTBORN_USER=mistborn" >> $GLOBAL_ENV
# default interface
#sudo find /etc/systemd/system/ -type f -name 'Mistborn*' | xargs sudo sed -i "s/DIFACE/$iface/"

Loading…
Cancel
Save