From 95ea0ffacad56d360a1779021bd12e7b7c7fcdaa Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sun, 8 Feb 2026 14:16:24 +0700 Subject: [PATCH] Temporarily change default shell --- config/base.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/base.toml b/config/base.toml index 15bb0176..786c0013 100644 --- a/config/base.toml +++ b/config/base.toml @@ -276,12 +276,12 @@ uid = 0 gid = 0 name = "root" home = "/root" -shell = "/usr/bin/ion" +shell = "/usr/bin/bash" [users.user] # Password is unset password = "" -shell = "/usr/bin/ion" +shell = "/usr/bin/bash" # Group settings [groups.sudo]