From af33784c9c58742978033eb6f62be227068c2f19 Mon Sep 17 00:00:00 2001 From: Ceramicskate0 Date: Tue, 25 Jun 2019 19:28:53 -0400 Subject: [PATCH] Update autossh --- modules/autossh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/autossh b/modules/autossh index d7dbb63..4cf18ff 100755 --- a/modules/autossh +++ b/modules/autossh @@ -64,7 +64,7 @@ Local Port: Local port to bind tunnel (Default 22)\n \n" 16 60 4\ read -r autossh_remoteport read -r autossh_localport touch /etc/config/autossh - uci set autossh.@autossh[0].ssh="-i /root/.ssh/id_rsa -N -T -R "$autossh_remoteport":localhost:"$autossh_localport" "$autossh_host" -p "$autossh_port"" + uci set autossh.@autossh[0].ssh="-i /root/.ssh/id_rsa -N -T -R "$autossh_remoteport":localhost:"$autossh_localport" "$autossh_host" -p "$autossh_port" " uci commit autossh rm $CONF };;