commit message from python script
This commit is contained in:
@@ -54,6 +54,8 @@ class nfs_server_conf:
|
|||||||
if folder_counting["count_exist"] > 0:
|
if folder_counting["count_exist"] > 0:
|
||||||
print(folder_counting["folder_name"], "ist vorhanden in", self.nfs_config_file )
|
print(folder_counting["folder_name"], "ist vorhanden in", self.nfs_config_file )
|
||||||
else:
|
else:
|
||||||
|
with open(self.nfs_config_file, 'a') as add_exportfile:
|
||||||
|
print(folder_counting["folder_name"] + " ", file=add_exportfile)
|
||||||
print(folder_counting["folder_name"], "ist NICHT vorhanden in", self.nfs_config_file )
|
print(folder_counting["folder_name"], "ist NICHT vorhanden in", self.nfs_config_file )
|
||||||
|
|
||||||
def nfs_con_user(self):
|
def nfs_con_user(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user