Skip to content

Commit

Permalink
Update core/imageroot/var/lib/nethserver/node/actions/stop-support-se…
Browse files Browse the repository at this point in the history
…ssion/51publish_event

Co-authored-by: Davide Principi <[email protected]>
  • Loading branch information
gsanchietti and DavidePrincipi authored Jan 28, 2025
1 parent 293be86 commit 08cef20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import json
node_id = os.environ['NODE_ID']
try:
session_id = agent.read_envfile("support.env").get("VPN_PASSWORD")
except:
except FileNotFoundError:
# If file does not exists, no support sessions have ever been started
sys.exit(0)
support_user = agent.redis_connect().hget("cluster/subscription", "support_user")
Expand Down

0 comments on commit 08cef20

Please sign in to comment.