Browse Source

Mise à jour de 'zimbra/Migration/2_import_accounts.sh'

master
nicolas.fort 7 months ago
parent
commit
f041491559
  1. 6
      zimbra/Migration/2_import_accounts.sh

6
zimbra/Migration/2_import_accounts.sh

@ -1,5 +1,11 @@
#!/bin/bash
RCODE=$?
if [ ! whoami = "zimbra" ]; then
echo "Le user doit être zimbra, pas root ! "
exit 1;
fi
echo "Importation des comptes :"
PASSWORDS="passwords"

Loading…
Cancel
Save