fix(scripts): resolve shellcheck warnings (#148)

This commit is contained in:
2025-07-10 17:44:36 +03:00
committed by GitHub
parent 5dea757707
commit 91cde60dba
7 changed files with 44 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ VERBOSE="${VERBOSE:-0}"
# Check if ntfy is already installed
if x-have "ntfy"; then
msgr done "ntfy already installed"
msgr "done" "ntfy already installed"
exit 0
fi
@@ -50,7 +50,7 @@ install_ntfy()
main()
{
install_ntfy
msgr done "ntfy installation complete"
msgr "done" "ntfy installation complete"
}
main "$@"