From 7d9ea5e085c40893efb120391cea15e6d5203ab9 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Wed, 26 Mar 2025 07:04:35 +0100 Subject: [PATCH] fix `bash` that was rendered instead of interpreted as lang --- "Undoing-Root-\"Auto‐Login\".md" | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git "a/Undoing-Root-\"Auto‐Login\".md" "b/Undoing-Root-\"Auto‐Login\".md" index c013352..37eba35 100644 --- "a/Undoing-Root-\"Auto‐Login\".md" +++ "b/Undoing-Root-\"Auto‐Login\".md" @@ -7,8 +7,9 @@ sudo passwd root ``` ## 2. Remove Autologin -**remove** ```bash--autologin root``` **from** ```bash/etc/systemd/system/container-getty@1.service.d/override.conf``` +**remove** ```--autologin root``` **from** ```/etc/systemd/system/container-getty@1.service.d/override.conf``` ## 3. Reboot Machine ```bash -reboot \ No newline at end of file +reboot +``` \ No newline at end of file