1
0
Fork 0
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:
aclist 2022-10-08 12:42:05 +09:00
parent 633a7ea994
commit 240da52969

View file

@ -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