@@ -9,7 +9,7 @@
set -o pipefail
set -o errexit
set -o nounset
-# set -o xtrace
+set -o xtrace
# Set magic variables for current file & dir
__dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"