Update cc-reinstall.sh

This commit is contained in:
2024-02-28 08:53:59 -06:00
parent 9da59a143e
commit 23694826fa

View File

@@ -48,9 +48,7 @@ case "$choice" in
rm -Rf /var/www/clustercontrol rm -Rf /var/www/clustercontrol
rm -f /var/log/cmon* rm -f /var/log/cmon*
find /etc -iname "*cmon*" -exec rm {} \; find /etc -iname "*cmon*" -exec rm {} \;
apt install -y mailutils
echo echo
;; ;;
esac esac
@@ -60,7 +58,7 @@ case "$choice" in
[Nn]) echo ''; exit 0;; [Nn]) echo ''; exit 0;;
* ) * )
./install-cc -1 ./install-cc -1
apt install -y mailutils
/opt/copycerts.sh /opt/copycerts.sh
echo echo