15
edits
Changes
Updated the update-microsoft-teams-xml.sh section due to a couple of bugs
#!/bin/bash
TMPPATH=$MAINPATH/temp
DESTPATH=$MAINPATH/installers/microsoft-teams
exit 2
fi
# create xml file from template
sed -e "s/__VERSION__/${MSTVERSION}/" <$TEMPLATE | sed -e "s/__VERSION__/${MSTVERSION}/" >$TEMPFILE
diff -wB $TEMPFILE $DESTFILE >/dev/null