Skip to content

Commit

Permalink
Revert accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Jun 24, 2024
1 parent 0337ef1 commit df4e362
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/bin/initialise-display-config
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ wait_for "${display_file}"
if [ -z "$(snapctl get display)" ] && ! grep "DO NOT EDIT THIS FILE BY HAND" "${display_file}"
then
snapctl set display="$(cat "${display_file}")"
# Need to run the configure script ourselves
$SNAP/meta/hooks/configure
fi

0 comments on commit df4e362

Please sign in to comment.