mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
net: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
@@ -91,7 +91,7 @@ define Package/$(PKG_NAME)-py2/preinst
|
||||
# stop service if PKG_UPGRADE
|
||||
[ "$${PKG_UPGRADE}" = "1" ] && /etc/init.d/$(PKG_NAME) stop >/dev/null 2>&1
|
||||
|
||||
exit 0 # supress errors from stop command
|
||||
exit 0 # suppress errors from stop command
|
||||
endef
|
||||
define Package/$(PKG_NAME)-py3/preinst
|
||||
$(call Package/$(PKG_NAME)-py2/preinst)
|
||||
|
||||
Reference in New Issue
Block a user