Update run

This commit is contained in:
kilhaasi
2018-12-11 08:41:29 +01:00
committed by GitHub
parent 8ee0d34328
commit 95c2660d69

View File

@@ -10,6 +10,7 @@ umask 022
IFS=" " read -r -a RUN_ARRAY <<< "$RUN_OPTS" IFS=" " read -r -a RUN_ARRAY <<< "$RUN_OPTS"
touch /cache/cache.bolt && chmod 666 /cache/cache.bolt
mount_command="plexdrive mount -c /etc/plexdrv/ --cache-file=/cache/cache.bolt -v 3 --umask=0777 --chunk-size=100M --uid=$PLEX_UID --gid=$PLEX_GID -o allow_other /encrypted ${RUN_ARRAY[@]}" mount_command="plexdrive mount -c /etc/plexdrv/ --cache-file=/cache/cache.bolt -v 3 --umask=0777 --chunk-size=100M --uid=$PLEX_UID --gid=$PLEX_GID -o allow_other /encrypted ${RUN_ARRAY[@]}"
echo "Executing => $mount_command" echo "Executing => $mount_command"