diff --git a/reconfig_full.sh b/reconfig_full.sh index 34f2bd9..b4e5808 100644 --- a/reconfig_full.sh +++ b/reconfig_full.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e # die on any error +# set -e # die on any error # make sure dir works if [ -z $1 ] || [ ! -d "$1" ]; then