From 4ba3eaca3a1e2141999637f22ce4664e60357143 Mon Sep 17 00:00:00 2001 From: nathaneltitane Date: Wed, 6 Sep 2023 12:30:16 -0400 Subject: [PATCH] Code & Features Update --- dextop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dextop b/dextop index a23d483..5d674d5 100755 --- a/dextop +++ b/dextop @@ -274,7 +274,7 @@ architecture_intent () { if [[ "${device_architecture}" != "${cpu_architectures[i]}" ]] then - frobulator.scs "Supported architecture" "[ ${image_architecture} ]" + frobulator.scs "Supported device architecture" "[ ${device_architecture} ]" echo frobulator.fwd "Proceeding..." @@ -282,7 +282,7 @@ architecture_intent () { break else - frobulator.wrn "Unsupported architecture" "[ ${image_architecture} ]" + frobulator.wrn "Unsupported device architecture" "[ ${device_architecture} ]" echo frobulator.fwd "Aborting..."