mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-07 17:40:30 +00:00
Final newline in fstab
This commit is contained in:
parent
1bf61770d9
commit
3dab414561
1 changed files with 1 additions and 0 deletions
|
@ -155,3 +155,4 @@ class FStab(Task):
|
|||
fstab_path = os.path.join(info.root, 'etc/fstab')
|
||||
with open(fstab_path, 'w') as fstab:
|
||||
fstab.write('\n'.join(fstab_lines))
|
||||
fstab.write('\n')
|
||||
|
|
Loading…
Add table
Reference in a new issue