Test for existance and execution rights before tryin g to register second life and hop protocol.
parent
d7433f4414
commit
7bc14a113e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue