mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-17 04:22:59 +03:00
install_bin : use exit 0 instead of return
This commit is contained in:
parent
838692a814
commit
a104c76e3c
@ -27,8 +27,7 @@ if [ "$1" = "getarch" ]; then
|
||||
do
|
||||
if check_dir $arch; then
|
||||
echo $arch
|
||||
true
|
||||
return
|
||||
exit 0
|
||||
fi
|
||||
done
|
||||
else
|
||||
@ -41,8 +40,7 @@ else
|
||||
ccp $arch/mdig mdig
|
||||
ccp $arch/nfqws nfq
|
||||
ccp $arch/tpws tpws
|
||||
true
|
||||
return
|
||||
exit 0
|
||||
else
|
||||
echo $arch is NOT OK
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user