mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-28 13:02:35 +02:00
Update script fix
This commit is contained in:
parent
199eb2979a
commit
d955923b23
2
apolloui
2
apolloui
@ -1 +1 @@
|
||||
Subproject commit b688799115a72fedb55a044a32a7ff2305dd41c2
|
||||
Subproject commit 1d6eb6b862f9ed6fdbbd7c6d9f1c6f357e631b3c
|
@ -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
|
Loading…
Reference in New Issue
Block a user