Deleting some old comments
This commit is contained in:
parent
f335ed5292
commit
49028b1c95
|
@ -63,11 +63,6 @@ usage() {
|
|||
printf "option : \t-h, --help Affiche ce message d’aide\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 doesn’t correspond to an IPv6 range'
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue