diff --git a/scripts/restart.sh b/scripts/restart.sh index f806173..423908f 100755 --- a/scripts/restart.sh +++ b/scripts/restart.sh @@ -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 \ No newline at end of file diff --git a/scripts/update.sh b/scripts/update.sh index 3f6082d..3a9e00a 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -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