We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb3a603 commit 3af2a4fCopy full SHA for 3af2a4f
service/lib/agama/manager.rb
@@ -258,10 +258,6 @@ def collect_logs(path: nil)
258
# @param method [HALT, POWEROFF, STOP, REBOOT]
259
# @return [Boolean]
260
def finish_installation(method)
261
- logs = collect_logs(path: "/tmp/var/logs/")
262
-
263
- logger.info("Installation logs stored in #{logs}")
264
265
unless installation_phase.finish?
266
logger.error "The installer has not finished correctly. Please check logs"
267
return false
0 commit comments