Skip to content

Commit

Permalink
fix small issue of setting debug output in set_user_permission.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schneck committed May 2, 2018
1 parent 4d20699 commit 9366198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/install/set_user_permission.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
### every exit != 0 fails the script
set -e
if [[ -z $DEBUG ]]; then
if [[ -n $DEBUG ]]; then
verbose="-v"
fi

Expand Down

0 comments on commit 9366198

Please sign in to comment.