From 3d7069864745bb2fadb3dfb9fac58987d3a78079 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Wed, 4 Nov 2020 11:26:56 -0500 Subject: [PATCH] [fix] Remove old mysql db directory --- setup/so-functions | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup/so-functions b/setup/so-functions index 24bf8a5aa..5c66d2b75 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1433,6 +1433,10 @@ reinstall_init() { # Backup /opt/so since we'll be rebuilding this directory during setup mv /opt/so /opt/so_old + + # Remove container data directories + rm -f /nsm/mysql + } >> $setup_log 2>&1 }