Deleting some old comments

This commit is contained in:
Alarig Le Lay 2019-01-21 14:40:57 +01:00
parent f335ed5292
commit 49028b1c95
1 changed files with 0 additions and 6 deletions

View File

@ -63,11 +63,6 @@ usage() {
printf "option : \t-h, --help Affiche ce message daide\n"
}
#if [ $? != 0 ]; then
# echo "$(date -Isecond) - ERREUR : probleme au lancement du script" >> ${LOG_PLACE}/$(date -Idate)_vm_id.log
# exit 1
#fi
# On vérifie la bonne présence d'un paramètre VM_ID
if [ $1 ]; then
if [ $1 = '-h' ] || [ $1 = '--help' ]; then
@ -217,7 +212,6 @@ for ID_RANGE_V6 in ${ID_RANGES_V6}; do
else
# En cas d'echec, on continue de parcourir les autres RANGES
echo "Valeur vide ou ne correspond pas à un range IPV6"
write_log WARN 'Empty value or doesnt correspond to an IPv6 range'
fi
done