Changes

Microsoft Teams

919 bytes removed, 18 October
Updated the update-microsoft-teams-xml.sh section due to a couple of bugs
#!/bin/bash
# source: #  MAINPATH=path-Path to-wpkg
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 $TEMPLATE $TEMPFILE >/dev/null
 
if [ $? -eq 0 ] ; then
# version not changed
echo string error
exit 1
fi
diff -wB $TEMPFILE $DESTFILE >/dev/null
15
edits