Primer depuración. Limpieza archivos innecesarios, cambios de nombres y preparación para Puma.
This commit is contained in:
@@ -16,7 +16,7 @@ RUN_PATH=`dirname "$0" || echo .`
|
||||
ch "${RUN_PATH}"
|
||||
|
||||
#exec ./firestorm -url \'"${URL}"\'
|
||||
if [ `pidof do-not-directly-run-puma-bin` ]; then
|
||||
if [ `pidof do-not-directly-run-firestorm-bin` ]; then
|
||||
exec dbus-send --type=method_call --dest=com.secondlife.ViewerAppAPIService /com/secondlife/ViewerAppAPI com.secondlife.ViewerAppAPI.GoSLURL string:"$1"
|
||||
else
|
||||
exec ../firestorm -url \'"${URL}"\'
|
||||
|
||||
Reference in New Issue
Block a user