Merge pull request #65 from SteveClement/master

chg: [script] comment set -x for less debug
pull/43/merge
Steve Clement 2018-07-13 17:01:56 +02:00 committed by GitHub
commit 7816abd097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -e
set -x
#set -x
sudo apt-get install python3-virtualenv virtualenv screen redis-server unzip -y

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -x
#set -x
GREEN="\\033[1;32m"
DEFAULT="\\033[0;39m"