mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
keepalived: fix config typo
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=keepalived
|
PKG_NAME:=keepalived
|
||||||
PKG_VERSION:=2.0.20
|
PKG_VERSION:=2.0.20
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://www.keepalived.org/software
|
PKG_SOURCE_URL:=https://www.keepalived.org/software
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ globals() {
|
|||||||
local notification_email
|
local notification_email
|
||||||
|
|
||||||
printf '%bscript_user root\n' "${INDENT_1}" >> "$KEEPALIVED_CONF"
|
printf '%bscript_user root\n' "${INDENT_1}" >> "$KEEPALIVED_CONF"
|
||||||
printf '%benabled_script_security\n' "${INDENT_1}" >> "$KEEPALIVED_CONF"
|
printf '%benable_script_security\n' "${INDENT_1}" >> "$KEEPALIVED_CONF"
|
||||||
|
|
||||||
config_get notification_email "$1" notification_email
|
config_get notification_email "$1" notification_email
|
||||||
print_list_indent notification_email
|
print_list_indent notification_email
|
||||||
|
|||||||
Reference in New Issue
Block a user