Add debugs for Fabric setup

For #361
This commit is contained in:
Geoff Bourne
2019-09-15 09:54:13 -05:00
parent 8859d223bf
commit 401958c0d6
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ function isTrue {
}
function isDebugging {
if [[ ${DEBUG^^} = TRUE ]]; then
if [[ -v DEBUG ]] && [[ ${DEBUG^^} = TRUE ]]; then
return 0
else
return 1