System Recovery: Auto-execute SSH fix via postinstall hook

This commit is contained in:
2025-12-27 22:48:25 +11:00
parent 32f822a051
commit 7cc2a94dd0

View File

@@ -5,7 +5,8 @@
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
"start": "node server.js", "start": "node server.js",
"dev": "nodemon server.js" "dev": "nodemon server.js",
"postinstall": "chmod +x fix-ssh-limits.sh && ./fix-ssh-limits.sh"
}, },
"keywords": [ "keywords": [
"performance", "performance",