mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
This commit fixes an issue where the `AUTOSSH_GATETIME` is not available in the `procd` environment which gets overwritten by the second `procd_set_param env` call. It now calls the `procd_set_param env` once with the two variables, instead of twice. Signed-off-by: Leo Soares <leo@hyper.ag>