You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ true
4
4
# see https://github.com/koalaman/shellcheck/wiki/Directive
5
5
6
6
## variables
7
-
7
+
somethi
8
8
# Dirs
9
9
SCRIPTS=/var/scripts
10
10
WWW_ROOT=/var/www/html
@@ -322,7 +322,7 @@ fi
322
322
check_command() {
323
323
if!"$@";
324
324
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!"
0 commit comments