Skip to content

Commit 4f567b7

Browse files
author
Kristan Kenney
committed
Merge branch 'bugfix-upgrade'
2 parents 7fc1c9d + b71b3e5 commit 4f567b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

func/upgrade.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,14 @@ upgrade_rebuild_users() {
227227
}
228228

229229
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+
fi
237+
230238
echo "(*) Restarting services..."
231239
sleep 5
232240
if [ ! -z "$MAIL_SYSTEM" ]; then

0 commit comments

Comments
 (0)