File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,19 @@ upgrade_health_check() {
114114 echo " [ ! ] File Manager is enabled but not installed, repairing components..."
115115 $BIN /v-add-sys-filemanager quiet
116116 fi
117+
118+ # Support for ZSTD / GZIP Change
119+ if [ -z " $BACKUP_MODE " ]; then
120+ echo " [ ! ] Setting zstd backup compression type as default..."
121+ $BIN /v-change-sys-config-value " BACKUP_MODE" " zstd"
122+ fi
123+
124+ # Login style switcher
125+ if [ -z " $LOGIN_STYLE " ]; then
126+ echo " [ ! ] Adding missing variable to hestia.conf: LOGIN_STYLE ('default')"
127+ $BIN /v-change-sys-config-value " LOGIN_STYLE" " default"
128+ fi
129+
117130 echo " [ * ] Health check complete. Starting upgrade from $VERSION to $new_version ..."
118131 echo " ============================================================================="
119132}
You can’t perform that action at this time.
0 commit comments