From bab2f7282c70acf5a1186657e0798cba73076a99 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Thu, 18 May 2023 13:27:48 -0400 Subject: [PATCH] fix spaciong --- setup/so-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/so-functions b/setup/so-functions index d9322c171..09e219cfd 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -49,8 +49,8 @@ add_admin_user() { } add_mngr_ip_to_hosts() { - info "Adding $MSRV to /etc/hosts with IP: $MSRVIP" - echo "$MSRVIP $MSRV" >> /etc/hosts + info "Adding $MSRV to /etc/hosts with IP: $MSRVIP" + echo "$MSRVIP $MSRV" >> /etc/hosts } add_socore_user_manager() {