commit message from python script

This commit is contained in:
2023-09-21 13:59:23 +02:00
parent d859f71f2a
commit 0f4e6fdb73

View File

@@ -37,7 +37,11 @@ class nfs_server_conf:
def nfs_server_conf(self):
pass
with open("/etc/exports",'r') as exportfs_file:
for exportfs_line in map(str(exportfs_file.readlines()).rstrip("\n")):
print(exportfs_line)
#print(exportfs_line.rstrip("\n"), sep="")
def nfs_con_user(self):
pass
@@ -47,6 +51,7 @@ class nfs_server_conf:
def main(self):
nfs_server_conf.mount_serverfolder(self)
nfs_server_conf.nfs_server_conf(self)
def __str__(self) -> str:
pass