Skip to content

Commit 3258c0f

Browse files
authored
travis
1 parent aeffd34 commit 3258c0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ true
44
# see https://github.com/koalaman/shellcheck/wiki/Directive
55

66
## variables
7-
7+
somethi
88
# Dirs
99
SCRIPTS=/var/scripts
1010
WWW_ROOT=/var/www/html
@@ -322,7 +322,7 @@ fi
322322
check_command() {
323323
if ! "$@";
324324
then
325-
print_text_in_color "${Red}" Sorry but something went wrong. Please report this issue to $ISSUES and include the output of the error message. Thank you!"
325+
print_text_in_color "${Red}" "Sorry but something went wrong. Please report this issue to $ISSUES and include the output of the error message. Thank you!"
326326
print_text_in_color "$IRed" "$* failed"
327327
exit 1
328328
fi

0 commit comments

Comments
 (0)