commit a6931f053d038cb933574670e465c2297e2cd93a Author: anadahz kojgelo@inbox.com Date: Wed Nov 18 19:34:57 2015 +0100
Disable debug mode --- scripts/psiphon_install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/scripts/psiphon_install.sh b/scripts/psiphon_install.sh index 9a1431d..117c823 100755 --- a/scripts/psiphon_install.sh +++ b/scripts/psiphon_install.sh @@ -1,7 +1,6 @@ #!/bin/sh
-#FIXME remove x -set -ex +set -e
PSIPHON_PATH=$HOME PSIPHON_PYCLIENT_PATH=$PSIPHON_PATH/psiphon-circumvention-system/pyclient
tor-commits@lists.torproject.org