Skip to content
Snippets Groups Projects
Commit c0ff6a26 authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

Update lmod/files/mnt.sh

parent 8abe3d41
Branches
Tags
No related merge requests found
#!/bin/bash
mkdir -p /mnt/JUST_HOME
# add JUST_HOME support
JUST_HOME_PATH=/mnt/JUST_HOME
mkdir -p ${JUST_HOME_PATH}
## add B2DROP support
B2DROP_PATH=/mnt/B2DROP
......@@ -8,3 +11,4 @@ usermod -aG davfs2 ${NB_UID}
echo "https://b2drop.eudat.eu/remote.php/webdav ${B2DROP_PATH} davfs user,rw,noauto 0 0" >> /etc/fstab
chmod u+s /usr/sbin/mount.davfs
chown ${NB_UID}:${NB_GID} ${B2DROP_PATH}
chown ${NB_UID}:${NB_GID} ${JUST_HOME_PATH}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment