Browse Source

Merge remote-tracking branch 'upstream/main' into ipv6

asmcc 2 years ago
parent
commit
1ad0ed1d63
3 changed files with 15 additions and 4 deletions
  1. 2 2
      func/syshealth.sh
  2. 1 1
      package.json
  3. 12 1
      yarn.lock

+ 2 - 2
func/syshealth.sh

@@ -514,12 +514,12 @@ function syshealth_repair_system_config() {
 
 	if [[ -z $(check_key_exists 'POLICY_SYNC_ERROR_DOCUMENTS') ]]; then
 		echo "[ ! ] Adding missing variable to hestia.conf: POLICY_SYNC_ERROR_DOCUMENTS ('yes')"
-		$BIN/v-change-sys-config-value "HIDE_DOCS" "no"
+		$BIN/v-change-sys-config-value "POLICY_SYNC_ERROR_DOCUMENTS" "no"
 	fi
 
 	if [[ -z $(check_key_exists 'POLICY_SYNC_SKELETON') ]]; then
 		echo "[ ! ] Adding missing variable to hestia.conf: POLICY_SYNC_SKELETON ('yes')"
-		$BIN/v-change-sys-config-value "HIDE_DOCS" "no"
+		$BIN/v-change-sys-config-value "POLICY_SYNC_SKELETON" "no"
 	fi
 
 	touch $HESTIA/conf/hestia.conf.new

+ 1 - 1
package.json

@@ -39,7 +39,7 @@
 		"husky": "^8.0.3",
 		"lint-staged": "^13.2.2",
 		"markdownlint-cli2": "^0.7.1",
-		"postcss": "^8.4.23",
+		"postcss": "^8.4.24",
 		"postcss-import": "^15.1.0",
 		"postcss-path-replace": "^1.0.4",
 		"postcss-preset-env": "^8.4.1",

+ 12 - 1
yarn.lock

@@ -3327,7 +3327,7 @@ __metadata:
     markdownlint-cli2: ^0.7.1
     nanoid: ^4.0.2
     normalize.css: ^8.0.1
-    postcss: ^8.4.23
+    postcss: ^8.4.24
     postcss-import: ^15.1.0
     postcss-path-replace: ^1.0.4
     postcss-preset-env: ^8.4.1
@@ -5612,6 +5612,17 @@ __metadata:
   languageName: node
   linkType: hard
 
+"postcss@npm:^8.4.24":
+  version: 8.4.24
+  resolution: "postcss@npm:8.4.24"
+  dependencies:
+    nanoid: ^3.3.6
+    picocolors: ^1.0.0
+    source-map-js: ^1.0.2
+  checksum: 814e2126dacfea313588eda09cc99a9b4c26ec55c059188aa7a916d20d26d483483106dc5ff9e560731b59f45c5bb91b945dfadc670aed875cc90ddbbf4e787d
+  languageName: node
+  linkType: hard
+
 "preact@npm:^10.0.0":
   version: 10.15.0
   resolution: "preact@npm:10.15.0"