mirror of
https://github.com/DeNNiiInc/Web-Page-Performance-Test.git
synced 2026-04-17 20:05:58 +00:00
System Recovery: Auto-execute SSH fix via postinstall hook
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user