mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 18:35:44 -05:00
[users] Remove stray ;
This commit is contained in:
parent
19aa96fe54
commit
5a90e0bc6a
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ ActiveDirectoryJob::exec()
|
|||
if ( !m_ip.isEmpty() )
|
||||
{
|
||||
const QString hostsFilePath = Calamares::System::instance()->targetPath( QStringLiteral( "/etc/hosts" ) );
|
||||
;
|
||||
QFile hostsFile( hostsFilePath );
|
||||
if ( hostsFile.open( QIODevice::Append | QIODevice::Text ) )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue