I recently performed a clean install of OMV7 and got everything up and running, but when I try to mount a borg repo I'm met with the following error. I'm not sure why there's an extra / in /srv/mergerfs/Data/Backup/BorgBackup/MSOS//MSOS, but I'm wondering if that has something to do with it. I'm able to mount these repos fine using the borg cli.
Code
Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; export BORG_PASSPHRASE=xxxxxxx; /usr/bin/borg mount -o allow_other '/srv/mergerfs/Data/Backup/BorgBackup/MSOS/' '/srv/mergerfs/Data/Backup/BorgBackup/MSOS//MSOS'':
OMV\ExecException: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; export BORG_PASSPHRASE=xxxxxxx; /usr/bin/borg mount -o allow_other '/srv/mergerfs/Data/Backup/BorgBackup/MSOS/' '/srv/mergerfs/Data/Backup/BorgBackup/MSOS//MSOS'': in /usr/share/openmediavault/engined/rpc/borgbackup.inc:295
Stack trace:
#0 [internal function]: OMVRpcServiceBorgBackup->mountRepo()
#1 /usr/share/php/openmediavault/rpc/serviceabstract.inc(122): call_user_func_array()
#2 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod()
#3 /usr/sbin/omv-engined(535): OMV\Rpc\Rpc::call()
#4 {main}