From 85bc56bd1c9e692a37ced64b80fcb58a47ed374e Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Thu, 21 Sep 2023 01:37:05 +0300 Subject: [PATCH] Fix to add log to file message --- virtualmin-install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/virtualmin-install.sh b/virtualmin-install.sh index a45b28b..dfeffbc 100644 --- a/virtualmin-install.sh +++ b/virtualmin-install.sh @@ -462,6 +462,12 @@ uninstall() { fi fi + # Log to file and tell the user nicely + log_info "Started uninstallation log in $log" + + # Always sleep just a bit in case the user changes their mind + sleep 1 + # Go to the temp directory goto_tmpdir