fix spaciong

This commit is contained in:
m0duspwnens
2023-05-18 13:27:48 -04:00
parent 02920b5ac9
commit bab2f7282c

View File

@@ -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() {