diff --git a/usr/local/share/bastille/rename.sh b/usr/local/share/bastille/rename.sh index 6b9ad75e..e48aa7c2 100644 --- a/usr/local/share/bastille/rename.sh +++ b/usr/local/share/bastille/rename.sh @@ -71,7 +71,6 @@ update_jailconf() { # Rename vnet interface sed -i '' "/vnet.interface/s|_${TARGET}\";|_${NEWNAME}\";|" "${JAIL_CONFIG}" sed -i '' "/ifconfig/s|_${TARGET}|_${NEWNAME}|" "${JAIL_CONFIG}" - fi fi }