We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc1c9d commit b71b3e5Copy full SHA for b71b3e5
func/upgrade.sh
@@ -227,6 +227,14 @@ upgrade_rebuild_users() {
227
}
228
229
upgrade_restart_services() {
230
+ # Refresh user interface theme
231
+ if [ "$THEME" ]; then
232
+ if [ "$THEME" != "default" ]; then
233
+ echo "(*) Applying user interface updates..."
234
+ $BIN/v-change-sys-theme $THEME
235
+ fi
236
237
+
238
echo "(*) Restarting services..."
239
sleep 5
240
if [ ! -z "$MAIL_SYSTEM" ]; then
0 commit comments