Skip to content

Commit

Permalink
updated standalone bash installer
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Jan 6, 2024
1 parent 50785c7 commit b03ab10
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions install.ztnet/bash/ztnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ $STD sudo systemctl daemon-reload
$STD sudo systemctl enable ztnet
$STD sudo systemctl restart ztnet

sleep 2
sleep 4

cleanup

Expand All @@ -942,6 +942,4 @@ echo -e "- To stop the ZTnet service, use ${YELLOW}sudo systemctl stop ztnet${NC
echo -e "- If you do not want ZTnet to start on boot, you can disable it with ${YELLOW}sudo systemctl disable ztnet${NC}."
echo -e "- Environment variables can be changed in ${YELLOW}/opt/ztnet/.env${NC}."

echo -e "\n\nZTnet is waiting for you at: ${YELLOW}${server_ip}:3000${NC}\n\n"
#!TODO just for testing
# systemctl restart systemd-timesyncd.service
echo -e "\n\nZTnet is waiting for you at: ${YELLOW}${server_ip}:3000${NC}\n\n"

0 comments on commit b03ab10

Please sign in to comment.