From d1d777ec75f7c65671c4074857c4db888c7ca079 Mon Sep 17 00:00:00 2001 From: kamkow1 Date: Sat, 18 Oct 2025 10:48:52 +0200 Subject: [PATCH] Enable cmd logging --- base/scripts/init.tb | 1 + base/scripts/rc.tb | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/base/scripts/init.tb b/base/scripts/init.tb index 70ce92f..70b2caa 100644 --- a/base/scripts/init.tb +++ b/base/scripts/init.tb @@ -1,4 +1,5 @@ print 'this is an init script!\n' +setlogcmds yes $tb -m runfile -f base:/scripts/mount.tb $pctl ls $tb -m interactive diff --git a/base/scripts/rc.tb b/base/scripts/rc.tb index cddd096..ece295f 100644 --- a/base/scripts/rc.tb +++ b/base/scripts/rc.tb @@ -1 +1,2 @@ -eachfile !.gitkeep base:/bin mkaliasbn &EF-ELEM +eachfile !.gitkeep base:/bin \ + mkaliasbn &EF-ELEM