summaryrefslogtreecommitdiffstats
path: root/core/modules/safe-mode
diff options
context:
space:
mode:
authorSimon Rettberg2021-02-22 11:17:44 +0100
committerSimon Rettberg2021-02-22 11:17:44 +0100
commita52e114ca0160e7d4d81706ae98d78539a868223 (patch)
tree4a83ddfb5f3c463e6bcdfecf91053fb1405f77b8 /core/modules/safe-mode
parent[apply-slx-vars] New module (diff)
downloadmltk-a52e114ca0160e7d4d81706ae98d78539a868223.tar.gz
mltk-a52e114ca0160e7d4d81706ae98d78539a868223.tar.xz
mltk-a52e114ca0160e7d4d81706ae98d78539a868223.zip
[safe-mode] Fix broken HEREDOC
Diffstat (limited to 'core/modules/safe-mode')
-rwxr-xr-xcore/modules/safe-mode/data/opt/openslx/scripts/systemd-safe_mode2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/safe-mode/data/opt/openslx/scripts/systemd-safe_mode b/core/modules/safe-mode/data/opt/openslx/scripts/systemd-safe_mode
index f06823f3..b2c9248a 100755
--- a/core/modules/safe-mode/data/opt/openslx/scripts/systemd-safe_mode
+++ b/core/modules/safe-mode/data/opt/openslx/scripts/systemd-safe_mode
@@ -1,7 +1,7 @@
#!/bin/ash
disable_tty_switch() {
- cat <<EOF > /etc/X11/xorg.conf.d/50-no-tty.conf
+ cat > /etc/X11/xorg.conf.d/50-no-tty.conf <<EOF
Section "ServerFlags"
Option "DontVTSwitch" "true"
EndSection