Commit 523d1441 authored by Anton Midyukov's avatar Anton Midyukov

oem: fix enable WAYLAND mode

parent 42c84c69
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# Enable wayland compositor # Enable wayland compositor
if [ "$GLOBAL_OEM_WAYLAND" = yes ]; then if [ "$GLOBAL_OEM_WAYLAND" = yes ]; then
sed -i 's/^ALTERATOR_SETUP_WAYLAND=.*/ALTERATOR_SETUP_WAYLAND=1/' \ sed -i 's/#ALTERATOR_SETUP_WAYLAND=.*/ALTERATOR_SETUP_WAYLAND=1/' \
/etc/alterator-setup/config /etc/alterator-setup/config
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment