From fccc5410a1643b861250ce7dcdb3cfe846bd3ba2 Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Wed, 13 Jan 2021 21:56:24 +0100 Subject: [PATCH] remove debug in first_boot Signed-off-by: Michel-FK --- FunKey/board/funkey/rootfs-overlay/usr/local/sbin/first_boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/first_boot b/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/first_boot index a03c802..03b022a 100755 --- a/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/first_boot +++ b/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/first_boot @@ -1,7 +1,7 @@ #!/bin/sh # Uncomment the following line to get debug info -set -x +#set -x # This is to avoid expanding '*' in fdisk results set -f