diff --git a/imageroot/actions/restore-module/06copyenv b/imageroot/actions/restore-module/06copyenv index ba11aea..049a01f 100755 --- a/imageroot/actions/restore-module/06copyenv +++ b/imageroot/actions/restore-module/06copyenv @@ -32,6 +32,7 @@ for evar in [ "TRAEFIK_PATH", "TRAEFIK_HTTP2HTTPS", "SFTP_TCP_PORT", + "SFTPGO_SERVICE", ]: agent.set_env(evar, original_environment[evar])