Update script fix

This commit is contained in:
Michele Marcucci 2021-05-12 08:16:13 +02:00
parent 199eb2979a
commit d955923b23
2 changed files with 5 additions and 4 deletions

@ -1 +1 @@
Subproject commit b688799115a72fedb55a044a32a7ff2305dd41c2
Subproject commit 1d6eb6b862f9ed6fdbbd7c6d9f1c6f357e631b3c

View File

@ -66,9 +66,10 @@ cp $APOLLO_DIR/backend/apollo-ui.service /etc/systemd/system/
cp $APOLLO_DIR/backend/apollo-miner.service /etc/systemd/system/
cp $APOLLO_DIR/backend/node.service /etc/systemd/system/
echo -e "${YELLOW} ---> Restarting APP${NC}"
echo -e "${YELLOW} ---> Reloading systemd${NC}"
systemctl daemon-reload
systemctl restart apollo-ui
echo "100" > $TMPFILE
echo "100" > $TMPFILE
echo -e "${YELLOW} ---> Restarting APP${NC}"
systemctl restart apollo-ui