We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db879fe commit e8dca9aCopy full SHA for e8dca9a
root/etc/s6-overlay/s6-rc.d/mount/run
@@ -1,9 +1,7 @@
1
#!/usr/bin/with-contenv bash
2
. /usr/local/bin/variables
3
4
-IFS=" " read -r -a rclone_mount_user_opts <<< "$RCLONE_MOUNT_USER_OPTS"
5
-
6
-mount_command="rclone mount ${RCLONE_REMOTE_PATH} ${rclone_mountpoint} $(echo $rclone_mount_basic_opts) ${rclone_mount_user_opts[@]}"
+mount_command="rclone mount ${RCLONE_REMOTE_PATH} ${rclone_mountpoint} $(echo $rclone_mount_basic_opts) $RCLONE_MOUNT_USER_OPTS"
7
echo "*** mounting => $mount_command"
8
exec s6-notifyoncheck -d -n 0 -s 3000 \
9
s6-setuidgid abc $mount_command
0 commit comments