Headless upgrade to canary failed - Cannot find the specified file

Well, I tried to unzip 2.0.2.11 on top of the working 2.0.2.10, but still doesn’t start.

I also updated the startup script with:

#!/bin/bash
INSTALLDIR=/usr/lib/duplicati
export LD_LIBRARY_PATH=“${INSTALLDIR}${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}”
export MONO_PATH=$MONO_PATH:${INSTALLDIR}

export PATH=$INSTALLDIR:$PATH
cd $INSTALLDIR

EXE_FILE=${INSTALLDIR}/Duplicati.Server.exe
APP_NAME=DuplicatiServer

exec -a “$APP_NAME” mono “$EXE_FILE” “$@”

But still no success.

I have pretty good knowledge on Linux, but none in mono :sweat_smile: