Browse Source

uniformity

merge-requests/39/head
Steven Foerster 5 years ago
parent
commit
616186e3a1
  1. 2
      scripts/restart.sh
  2. 2
      scripts/update.sh

2
scripts/restart.sh

@ -4,5 +4,5 @@ set -e @@ -4,5 +4,5 @@ set -e
export DEBIAN_FRONTEND=noninteractive
sudo systemctl restart Mistborn-setup.service
sudo systemctl restart Mistborn-setup
sudo systemctl restart Mistborn-base

2
scripts/update.sh

@ -13,7 +13,7 @@ sudo pip3 install -e /opt/mistborn/modules/mistborn-cli @@ -13,7 +13,7 @@ sudo pip3 install -e /opt/mistborn/modules/mistborn-cli
# handle updates to traefik
#sudo cp /opt/mistborn/compose/production/traefik/traefik.toml.template /opt/mistborn/compose/production/traefik/traefik.toml
sudo systemctl restart Mistborn-setup.service
sudo systemctl restart Mistborn-setup
sudo mistborn-cli pullbuild

Loading…
Cancel
Save