Skip to content
Snippets Groups Projects
Commit 963c1de7 authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

re-enable SSHFS mount

parent c5079465
Branches
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ def main():
jupyter = JupyterSingleuser(hub.username, jupyter_token, jupyter_notebook_port, jupyter_hub_port)
# Mount RWTHjupyter home directory
if cfg.mount and False:
if cfg.mount:
if cfg.rwth:
# For some reason we can not create an SSHFS mountpoint
# within an existing NFS mount point which is the case for the RWTH compute cluster
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment