mirror of
http://git.openwrt.org/packages.git
synced 2025-01-09 04:19:54 +08:00
[packages] autossh: fix syntax error in init script (#10920)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30349 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
27e6988a80
commit
326ade1d0b
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2006-2011 OpenWrt.org
|
||||
# Copyright (C) 2006-2012 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=autossh
|
||||
PKG_VERSION:=1.4b
|
||||
PKG_RELEASE:=5
|
||||
PKG_RELEASE:=6
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
||||
PKG_SOURCE_URL:=http://www.harding.motd.ca/autossh/
|
||||
|
@ -12,7 +12,7 @@ start_instance() {
|
||||
config_get poll "$section" 'poll'
|
||||
|
||||
AUTOSSH_GATETIME="${gatetime:-30}" \
|
||||
AUTOSSH_POLL="${poll:-600"}" \
|
||||
AUTOSSH_POLL="${poll:-600}" \
|
||||
service_start /usr/sbin/autossh -M ${monitorport:-20000} -f ${ssh}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user