adding reference for fault finding

This commit is contained in:
Michael
2022-09-21 18:06:24 +00:00
parent 883f34cadf
commit 67a7346c8d
2 changed files with 1 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ LOGO="mosyleb" # or "mosylem"
######################################################################
whatList="$MDMAPPLABEL"
echo "$MDMAPPLABEL"
# CHECKS IF INSTALLOMATOR IS INSTALLED AND INSTALLS IF NOT
if [ ! -e "/usr/local/Installomator/Installomator.sh" ]; then

View File

@@ -47,5 +47,3 @@ if [ "$SHOWDIALOG" == "Y" ]; then
echo "Status: Installed or Updated $MDMAPPNAME, click Finish!" >> /var/tmp/depnotify.log
else
fi
unset MDMAPPNAME MDMAPPLABEL MDMADDTODOCK SHOWDIALOG