summaryrefslogtreecommitdiffstats
path: root/core/modules/safe-mode/data/opt/openslx/scripts/systemd-safe_mode
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/safe-mode/data/opt/openslx/scripts/systemd-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