summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/vmdebootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/vmdebootstrap b/bin/vmdebootstrap
index 00c77f8..63de77b 100755
--- a/bin/vmdebootstrap
+++ b/bin/vmdebootstrap
@@ -319,6 +319,7 @@ class VmDebootstrap(cliapp.Application): # pylint: disable=too-many-public-meth
rootdir = filesystem.devices['rootdir']
if rootdir:
db_log = os.path.join(rootdir, 'debootstrap', 'debootstrap.log')
+ os.chmod(db_log, 0o644)
if os.path.exists(db_log):
shutil.copy(db_log, os.getcwd())
if self.settings['owner']: