From 28be4ccb33077419cc0783d4f93e856c74822a6d Mon Sep 17 00:00:00 2001 From: gwen Date: Wed, 18 Sep 2024 11:00:47 +0200 Subject: [PATCH] unrestraint --- src/rougail/user-data-environment/data.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/rougail/user-data-environment/data.py b/src/rougail/user-data-environment/data.py index c90dd12..a1a9406 100644 --- a/src/rougail/user-data-environment/data.py +++ b/src/rougail/user-data-environment/data.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 """ Silique (https://www.silique.fr) Copyright (C) 2024 @@ -55,7 +54,7 @@ class RougailUserDataEnvironment: def run(self): self.config.property.read_write() - self.parse(self.config) + self.parse(self.config.unrestraint) self.config.property.read_only() # about unused bash environment variables if len(self.rougail_environment_vars):