/ioc/data is now part of the /ioc mount
This commit is contained in:
@@ -55,12 +55,8 @@ nfsMount NFS_SERVER,NFS_DIR,"/epics"
|
||||
nfsMount NFS_SERVER,"/usr/local/epics","/epics"
|
||||
sprintf NFS_DIR,"%s/ioc",NFS_BASE
|
||||
nfsMount NFS_SERVER,NFS_DIR,"/ioc"
|
||||
sprintf NFS_DIR,"%s/ioc/data",NFS_BASE
|
||||
nfsMount NFS_SERVER,NFS_DIR,"/ioc/data"
|
||||
sprintf NFS_DIR,"%s/ioc_data",NFS_BASE
|
||||
nfsMount NFS_SERVER,NFS_DIR,"/ioc/data"
|
||||
|
||||
# We should now have /epics, /ioc and maybe /ioc/data
|
||||
# We should now have /epics and /ioc
|
||||
nfsDevShow
|
||||
|
||||
# Create some path variables
|
||||
|
||||
Reference in New Issue
Block a user