From 633a7ea994497b8808f103606f39c49591906460 Mon Sep 17 00:00:00 2001 From: aclist Date: Sat, 8 Oct 2022 12:41:11 +0900 Subject: [PATCH] Fix variable --- helpers/scmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/scmd.sh b/helpers/scmd.sh index a9223d2..af1df7b 100644 --- a/helpers/scmd.sh +++ b/helpers/scmd.sh @@ -152,7 +152,7 @@ check_user(){ done } generic_install(){ - fail "Unrecognized distro: $distro." + fail "Unrecognized distro: $dist." log "Please report this upstream for whitelisting and attach your SCMD.log" log "Log file can be found at $HOME/.local/share/dzgui/helpers/SCMD.log"