mirror of
https://github.com/aclist/dztui.git
synced 2025-01-01 15:12:05 +01:00
Fix variable
This commit is contained in:
parent
8923b28ad1
commit
633a7ea994
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ check_user(){
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
generic_install(){
|
generic_install(){
|
||||||
fail "Unrecognized distro: $distro."
|
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 "Log file can be found at $HOME/.local/share/dzgui/helpers/SCMD.log"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue