added root folder
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
echo "Stopping Plexdrive"
|
||||
home="$(echo ~plex)"
|
||||
|
||||
exec s6-setuidgid plex \
|
||||
/bin/sh -c \
|
||||
"/bin/fusermount -u -z ${PLEXDRIVE_MOUNT_POINT}"
|
||||
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
echo "Starting Plexdrive"
|
||||
|
||||
exec s6-setuidgid plex \
|
||||
/bin/sh -c \
|
||||
"/usr/local/bin/plexdrive mount -v 2 -c ${HOME}/${PLEXDRIVE_CONFIG_DIR} --cache-file=${HOME}/${PLEXDRIVE_CONFIG_DIR}/cache.bolt -o allow_other ${PLEXDRIVE_MOUNT_POINT}"
|
||||
Reference in New Issue
Block a user