Commit b819fcff authored by Administrator's avatar Administrator

Update app.js

parent 4cbd53e9
......@@ -23,7 +23,7 @@ async function addNewIp(req, res) {
}
async function addBaship(ip) {
return await shell.exec(' ip addr add '+ip+' dev bond0').stderr;
return await shell.exec(' ip addr add '+ip+' dev eth0').stderr;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment