Comparing version 2.3.83 to 2.3.84
{ | ||
"name": "netget", | ||
"version": "2.3.83", | ||
"version": "2.3.84", | ||
"description": "Rette Adepto/ Recibido Directamente.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -13,3 +13,3 @@ // serverBlockConfigOptions.cli.js | ||
choices: [ | ||
'Restore NGINX Default to Recommended Settings', | ||
'Set/Restore NGINX to Default NetGetX to Recommended Settings.', | ||
'Proceed with Current Configuration', | ||
@@ -22,3 +22,3 @@ 'Exit and Adjust Manually' | ||
switch (answers.action) { | ||
case 'Set/Restore NGINX to Default NetGetX to Recommended Settings': | ||
case 'Set/Restore NGINX to Default NetGetX to Recommended Settings.': | ||
await configureDefaultServerBlock(userConfig); | ||
@@ -25,0 +25,0 @@ return true; // Configuration was successfully restored |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
873149