This commit is contained in:
Roman Perepelitsa 2020-10-19 14:51:01 +02:00
parent fb2805e5ab
commit a124a71032

View file

@ -24,7 +24,7 @@ else
fi
local -i in_z4h_wizard=0
[[ $force == 0 && $functions[z4h] == 1 && -n $Z4H && -e $Z4H/welcome ]] && in_z4h_wizard=1
[[ $force == 0 && $+functions[z4h] == 1 && -n $Z4H && -e $Z4H/welcome ]] && in_z4h_wizard=1
local -i success=0