Skip to content

Commit

Permalink
B #-: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xorel committed Jul 30, 2024
1 parent baa438e commit ddef5cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions minione
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ fi
lxc && MARKET_APP_NAME='alpine'

if [[ "${DISTNAME}${DISTVER}" == Ubuntu2404 ]]; then
SSHD_SERVCE='ssh'
SSHD_SERVICE='ssh'
fi

#-------------------------------------------------------------------------------
Expand Down Expand Up @@ -1022,7 +1022,7 @@ check "! id oneadmin >/dev/null" \

# check if sshd service is running
check "systemctl status -n0 ${SSHD_SERVICE} >/dev/null" \
"Checking ${SSHD_SERVCIE} service is running"
"Checking ${SSHD_SERVICE} service is running"

# check if we have networking tools
networking && {
Expand Down

0 comments on commit ddef5cc

Please sign in to comment.