diff --git a/cloudcommander/rootfs/scripts/99-run.sh b/cloudcommander/rootfs/scripts/99-run.sh index 084c118fc..bd41fac19 100644 --- a/cloudcommander/rootfs/scripts/99-run.sh +++ b/cloudcommander/rootfs/scripts/99-run.sh @@ -45,6 +45,7 @@ fi bashio::log.info "Starting..." +cd / ./usr/src/app/bin/cloudcmd.mjs '"'$DROPBOX_TOKEN$CUSTOMOPTIONS'"' & bashio::net.wait_for 8000 localhost 900 || true bashio::log.info "Started !"