|
@@ -55,6 +55,7 @@ print_info "Note: This will NOT remove:"
|
|
|
echo " - The project directory and files"
|
|
echo " - The project directory and files"
|
|
|
echo " - Configuration files (.env, commands.json)"
|
|
echo " - Configuration files (.env, commands.json)"
|
|
|
echo " - Queue data (queue.json)"
|
|
echo " - Queue data (queue.json)"
|
|
|
|
|
+echo " - Log file (/var/log/agent-manager.log)"
|
|
|
echo ""
|
|
echo ""
|
|
|
|
|
|
|
|
# Confirm uninstallation
|
|
# Confirm uninstallation
|
|
@@ -101,6 +102,7 @@ echo ""
|
|
|
print_info "The project files remain in place. If you want to remove them:"
|
|
print_info "The project files remain in place. If you want to remove them:"
|
|
|
echo " - Configuration: .env, commands.json"
|
|
echo " - Configuration: .env, commands.json"
|
|
|
echo " - Queue data: queue.json"
|
|
echo " - Queue data: queue.json"
|
|
|
|
|
+echo " - Log file: /var/log/agent-manager.log (remove with: sudo rm /var/log/agent-manager.log)"
|
|
|
echo " - Project directory: $PWD"
|
|
echo " - Project directory: $PWD"
|
|
|
echo ""
|
|
echo ""
|
|
|
print_info "To reinstall the service, run: ./install.sh"
|
|
print_info "To reinstall the service, run: ./install.sh"
|