commit message from python script

This commit is contained in:
2023-10-04 13:34:02 +02:00
parent 0fea7eee0c
commit 4b21d1422a

View File

@@ -50,11 +50,11 @@ class nfs_server_conf:
index_count += 1 index_count += 1
folder_count.append({"folder_name": srv_folder, "count_exist":index_count}) folder_count.append({"folder_name": srv_folder, "count_exist":index_count})
for folder_counting in folder_count: for folder_counting in folder_count:
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:
print(folder_counting["folder_name"], "ist NICHT vorhanden in", self.nfs_config_file )
def nfs_con_user(self): def nfs_con_user(self):
pass pass