mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 20:13:00 +02:00
Add return codes
This commit is contained in:
parent
633a7ea994
commit
240da52969
1 changed files with 2 additions and 2 deletions
|
@ -154,8 +154,8 @@ check_user(){
|
||||||
generic_install(){
|
generic_install(){
|
||||||
fail "Unrecognized distro: $dist."
|
fail "Unrecognized distro: $dist."
|
||||||
log "Please report this upstream for whitelisting and attach your SCMD.log"
|
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(){
|
fedora_install(){
|
||||||
#TODO
|
#TODO
|
||||||
|
|
Loading…
Reference in a new issue