Correct :

This commit is contained in:
Tristan Le Chanony 2019-11-08 08:23:50 +01:00
parent 284744f9ac
commit 4bc5743da3
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ ip addr add ${NEW_IP}/65 dev eth0
info "Remove last IP"
#ip addr del 2a01:4f8:161:2269:8000:c01d:c01a:cb06/65 dev eth0
ip addr del ${RANGE}:${LAST_DIGIT}/65 dev eth0
ip addr del ${RANGE}${LAST_DIGIT}/65 dev eth0
echo ${LAST_DIGIT_NEW_IP} > last_digit.txt