#!/bin/sh
JOURNAL=/opt/postinstalle/20240328.log
WGET=/usr/bin/wget
WGET_OPT=-q -nc -T 60 -Y off -C off -a $JOURNAL
echo DEBUT : `date '+%D %Hh%M:%S'`


#0
echo .:0:. CREATION DES REPERTOIRES .:.
mkdir -p /opt/postinstalle/openxchange

#1
echo .:1:. TELECHARGEMENT .:.
echo Vous pourrez consulter le journal des telechargements : /opt/postinstalle/20240328.log
cd /opt/postinstalle/openxchange

#2
echo .:2:. INSTALLATION .:.
echo openxchange
cd /opt/postinstalle/openxchange


echo FIN : `date '+%D %Hh%M:%S'`
Fermer