Browse Source

Move next steps to end of install output

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
tuanchris 1 tháng trước cách đây
mục cha
commit
c82160972e
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      dune-weaver-touch/install.sh

+ 5 - 5
dune-weaver-touch/install.sh

@@ -351,11 +351,6 @@ echo "   Stop:       sudo systemctl stop dune-weaver-touch"
 echo "   Status:     sudo systemctl status dune-weaver-touch"
 echo "   Logs:       sudo journalctl -u dune-weaver-touch -f"
 echo ""
-echo "🚀 Next Steps:"
-echo "   1. ⚠️  REBOOT REQUIRED for config.txt changes to take effect"
-echo "   2. After reboot, the app will start automatically on boot via systemd service"
-echo "   3. Check the logs if you encounter any issues: sudo journalctl -u dune-weaver-touch -f"
-echo ""
 echo "💡 To start the service now without rebooting:"
 echo "   sudo systemctl start dune-weaver-touch"
 echo ""
@@ -379,5 +374,10 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
     echo "✅ Service started! Check the status above."
 fi
 
+echo ""
+echo "🚀 Next Steps:"
+echo "   1. ⚠️  REBOOT REQUIRED for config.txt changes to take effect"
+echo "   2. After reboot, the app will start automatically on boot via systemd service"
+echo "   3. Check the logs if you encounter any issues: sudo journalctl -u dune-weaver-touch -f"
 echo ""
 echo "🎯 Installation completed successfully!"