Add missing dependencies, fix ownership issue and add --debug

Este commit está contenido en:
Henrik Jonsson
2017-05-19 21:14:04 +02:00
padre a6e6d049f3
commit e97604c8c9
Se han modificado 2 ficheros con 4 adiciones y 2 borrados

2
start
Ver fichero

@@ -17,5 +17,5 @@ if [[ "$TORRC_PATH" ]]; then
fi
echo "$(date) [ $(basename $0) ] Starting tor-browser with extra args '$@'.."
start-tor-browser "$@"
start-tor-browser "$@" --debug
echo "$(date) [ $(basename $0) ] The tor-browser process exited."