Test for existance and execution rights before tryin g to register second life and hop protocol.

Nicky 2014-06-04 18:35:24 +02:00
parent d7433f4414
commit 7bc14a113e
1 changed files with 2 additions and 2 deletions

View File

@ -96,8 +96,8 @@ echo "Running from ${RUN_PATH}"
cd "${RUN_PATH}"
# Re-register hop:// and secondlife:// protocol handler every launch, for now.
./etc/register_hopprotocol.sh
./etc/register_secondlifeprotocol.sh
test -x ./etc/register_hopprotocol.sh && ./etc/register_hopprotocol.sh
test -x ./etc/register_secondlifeprotocol.sh && ./etc/register_secondlifeprotocol.sh
# Re-register the application with the desktop system every launch, for now.
# AO: Disabled don't install by default