Skip to content

Commit 6ed8ab4

Browse files
committed
script: try to force overlayfs to recreate mount img when files are updated (test)
1 parent 0d46f76 commit 6ed8ab4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

module/utils.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ add_ssblur() {
182182
fi
183183
#turn off adv textures cause of a visual bug where the bg of objects disappears with ssblur
184184
settings put secure background_blur_enable 0
185+
#create a new update file at the current MODDIR to try to force overlayfs to recreate moduleimg
186+
touch $MODDIR/update
185187
}
186188

187189
blur_choice() {

0 commit comments

Comments
 (0)