Skip to content

Commit

Permalink
Fix to add log to file message
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Sep 20, 2023
1 parent 488c317 commit 85bc56b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions virtualmin-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 85bc56b

Please sign in to comment.