1
0
Fork 0
forked from lthn/blockchain

added helper message to script

This commit is contained in:
cryptozoidberg 2023-01-18 18:36:25 +01:00
parent ddc9d3a464
commit 3850b19425
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -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
}