Browse Source
fix(legacy): add service name to core_legacy.sh
pull/2640/head
Daniel Gibbs
5 years ago
No known key found for this signature in database
GPG Key ID: E50EE233189485E3
1 changed files with
4 additions and
0 deletions
-
lgsm/functions/core_legacy.sh
|
|
@ -41,6 +41,10 @@ if [ -z "${alertlog}" ]; then |
|
|
|
alertlog="${emaillog}" |
|
|
|
fi |
|
|
|
|
|
|
|
if [ -z "${servicename}" ]; then |
|
|
|
servicename="${selfname}" |
|
|
|
fi |
|
|
|
|
|
|
|
# Alternations to workshop variables. |
|
|
|
if [ -z "${wsapikey}" ]; then |
|
|
|
if [ "${workshopauth}" ]; then |
|
|
|