From 40dc4b53b1bf84e080c75c5a20a2586e591cdb93 Mon Sep 17 00:00:00 2001 From: Peter Ajamian Date: Sat, 29 May 2021 21:22:01 +1200 Subject: [PATCH] Change log file name to migrate2rocky.log It was left as centos2rocky.log from the old script. --- migrate2rocky.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrate2rocky.sh b/migrate2rocky.sh index 4547a8e..d4a0e52 100644 --- a/migrate2rocky.sh +++ b/migrate2rocky.sh @@ -9,7 +9,7 @@ ## instability. # Path to logfile -logfile=/var/log/centos2rocky.log +logfile=/var/log/migrate2rocky.log # Send all output to the logfile as well as stdout. truncate -s0 "$logfile"