Skip to content

Commit 899e14e

Browse files
authored
fix: Update common.bash (#60)
Display initialization script was renamed but forgotten in the common bash script library
1 parent bd8a21f commit 899e14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlay/opt/yio/scripts/lib/common.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ ensureScreenIsOn() {
137137
# It's not waking up instantly but much later when the update is almost finished!?
138138

139139
# make sure the screen and backlight are on, otherwise we'll end up with a dark screen!
140-
${YIO_HOME}/scripts/sharp-init
140+
${YIO_HOME}/scripts/display-init
141141

142142
if [[ -f $1 ]]; then
143143
fbv -d 1 "$1"

0 commit comments

Comments
 (0)