commit message from python script
This commit is contained in:
@@ -37,7 +37,11 @@ class nfs_server_conf:
|
|||||||
|
|
||||||
|
|
||||||
def nfs_server_conf(self):
|
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):
|
def nfs_con_user(self):
|
||||||
pass
|
pass
|
||||||
@@ -47,6 +51,7 @@ class nfs_server_conf:
|
|||||||
|
|
||||||
def main(self):
|
def main(self):
|
||||||
nfs_server_conf.mount_serverfolder(self)
|
nfs_server_conf.mount_serverfolder(self)
|
||||||
|
nfs_server_conf.nfs_server_conf(self)
|
||||||
|
|
||||||
def __str__(self) -> str:
|
def __str__(self) -> str:
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user