commit message from python script
This commit is contained in:
@@ -50,11 +50,11 @@ class nfs_server_conf:
|
||||
index_count += 1
|
||||
folder_count.append({"folder_name": srv_folder, "count_exist":index_count})
|
||||
|
||||
|
||||
for folder_counting in folder_count:
|
||||
if folder_counting["count_exist"] > 0:
|
||||
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):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user