Skip to content

Commit

Permalink
fixed hostname path
Browse files Browse the repository at this point in the history
  • Loading branch information
jadilet committed Oct 27, 2018
1 parent f4edcfc commit 8dc9ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub/src/P2PController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void P2PConnector::update_status() {
continue;

tmp = info.fileName().trimmed();
hostfile_path = lxc_path + QDir::separator() + tmp + QDir::separator() + "rootsf/etc/hostname";
hostfile_path = lxc_path + QDir::separator() + tmp + QDir::separator() + "rootfs/etc/hostname";

if (QFileInfo::exists(hostfile_path)) {
QFile file(hostfile_path);
Expand Down

0 comments on commit 8dc9ef0

Please sign in to comment.