Skip to content

Commit

Permalink
Update core_legacy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 authored Dec 2, 2019
1 parent cba505a commit b0c623f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lgsm/functions/core_legacy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0c623f

Please sign in to comment.