|
|
@@ -7,8 +7,10 @@
|
|
|
#######################################################################################
|
|
|
|
|
|
# Set default theme
|
|
|
-
|
|
|
if [ -z $THEME ]; then
|
|
|
echo "(*) Enabling support for customizable themes and configuring default..."
|
|
|
$BIN/v-change-sys-theme default
|
|
|
-fi
|
|
|
+fi
|
|
|
+
|
|
|
+# Replace dhparam 1024 with dhparam 4096
|
|
|
+cp -f $HESTIA/install/deb/ssl/dhparam.pem /etc/ssl
|