From e4951a199f17a308cda2a9f724643f1a7e9db63c Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Fri, 13 Jul 2018 15:37:10 +0200 Subject: [PATCH] chg: [script] comment set -x for less debug --- install_dependencies.sh | 2 +- start_all.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install_dependencies.sh b/install_dependencies.sh index 5fe3265..ca10fc0 100755 --- a/install_dependencies.sh +++ b/install_dependencies.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -set -x +#set -x sudo apt-get install python3-virtualenv virtualenv screen redis-server unzip -y diff --git a/start_all.sh b/start_all.sh index 04b82c7..ef00155 100755 --- a/start_all.sh +++ b/start_all.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -x +#set -x GREEN="\\033[1;32m" DEFAULT="\\033[0;39m"