|
@@ -41,6 +41,10 @@ if [ -z "${alertlog}" ]; then
|
|
|
alertlog="${emaillog}"
|
|
alertlog="${emaillog}"
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
|
|
+if [ -z "${servicename}" ]; then
|
|
|
|
|
+ servicename="${selfname}"
|
|
|
|
|
+fi
|
|
|
|
|
+
|
|
|
# Alternations to workshop variables.
|
|
# Alternations to workshop variables.
|
|
|
if [ -z "${wsapikey}" ]; then
|
|
if [ -z "${wsapikey}" ]; then
|
|
|
if [ "${workshopauth}" ]; then
|
|
if [ "${workshopauth}" ]; then
|