Blank line removal

This commit is contained in:
Roman Marchenko
2023-02-15 13:51:46 +01:00
parent 3f665e4738
commit c016bc0667

View File

@@ -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
}