Fix shellcheck
Some checks are pending
portzap / shellcheck (push) Waiting to run

This commit is contained in:
0x1eef 2024-09-14 04:30:04 -03:00
parent 3e3cd72b23
commit aa6a4213d1
2 changed files with 2 additions and 1 deletions

View file

@ -15,6 +15,7 @@ installdir=$2
erase()
{
# shellcheck disable=SC3043
local dir
dir="${1}"
printf "%s " "${dir}"

View file

@ -21,7 +21,7 @@ else
-n "${user}" \
-c "portzap user" \
-m \
-M $("${libexec}"/scripts/get-default-umask) \
-M "$("${libexec}"/scripts/get-default-umask)" \
-s /sbin/nologin
printok "${user} user created"
fi