Don't crash on bad log path.
This commit is contained in:
parent
6c5be4e60a
commit
19f207ed42
@ -53,6 +53,7 @@ def run():
|
||||
log_destination = libcalamares.job.configuration["destLog"]
|
||||
|
||||
# copy installation log before umount
|
||||
if(log_source)
|
||||
if(os.path.exists('{!s}'.format(log_source))):
|
||||
shutil.copy2('{!s}'.format(log_source), '{!s}/{!s}'.format(
|
||||
root_mount_point, log_destination))
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
scrLog: "/path/to/installation.log"
|
||||
destLog: "/var/log/installation.log"
|
||||
#scrLog: "/path/to/installation.log"
|
||||
#destLog: "/var/log/installation.log"
|
||||
# example when using the Calamares created log:
|
||||
#srcLog: "/root/.cache/Calamares/Calamares/Calamares.log"
|
||||
#destLog: "/var/log/Calamares.log"
|
||||
|
Loading…
Reference in New Issue
Block a user