forked from lthn/blockchain
added helper message to script
This commit is contained in:
parent
ddc9d3a464
commit
3850b19425
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ call_app()
|
|||
{
|
||||
pushd $script_dir
|
||||
usr/bin/Zano "$@"
|
||||
if [ $? -ne 0 ]; then
|
||||
echo -e "If Zano failed to launch, it might need to install xinerama extension for the X C Binding with this command:\n sudo apt-get install libxcb-xinerama0e"
|
||||
fi
|
||||
|
||||
popd
|
||||
exit
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue