Tox client check for exit success
This commit is contained in:
parent
3faa143b69
commit
42148fdae9
|
@ -6564,6 +6564,10 @@ function install_tox_client {
|
|||
fi
|
||||
|
||||
${PROJECT_NAME}-mesh-install tox_client
|
||||
if [ ! "$?" = "0" ]; then
|
||||
echo $'Could not install Tox client'
|
||||
exit 67248
|
||||
fi
|
||||
|
||||
# initial setup of username
|
||||
su -c "echo 'n
|
||||
|
|
Loading…
Reference in New Issue