... | ... |
@@ -106,7 +106,7 @@ function _do_manage_errors () { |
106 | 106 |
errors=$(tr -d '\n' <<< $errors) |
107 | 107 |
if test "$SHLVL" -eq 1; then |
108 | 108 |
if test $notification -gt 0; then |
109 |
- $(dirname "$0")/smsapi "sms pour 0685421938:$errors" |
|
109 |
+ $(dirname "$0")/smsapi "${error_msg_prefix}$errors" |
|
110 | 110 |
fi |
111 | 111 |
else |
112 | 112 |
echo -e ${errors//\%0a/\\n} |