Skip to content

Commit c361963

Browse files
committed
Update bootstrap.sh
1 parent 1377600 commit c361963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ main() {
1212
local background_path="/usr/share/images/fluxbox/background.png"
1313
if [ -f "$background_path" ]; then
1414
feh --no-fehbg --bg-scale "$background_path"
15-
log_i "Updated background"
15+
log_i "Updated background image"
1616
fi
1717

1818
if [ "$VNC_ENABLED" = 1 ]; then

0 commit comments

Comments
 (0)