From 240da52969a203c3d22939502c865ef04acac006 Mon Sep 17 00:00:00 2001 From: aclist Date: Sat, 8 Oct 2022 12:42:05 +0900 Subject: [PATCH] Add return codes --- helpers/scmd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/scmd.sh b/helpers/scmd.sh index af1df7b..6c7c9ad 100644 --- a/helpers/scmd.sh +++ b/helpers/scmd.sh @@ -154,8 +154,8 @@ check_user(){ generic_install(){ 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" - + log "Location: $HOME/.local/share/dzgui/helpers/SCMD.log" + return 1 } fedora_install(){ #TODO