Make sure we're running from the proper directory.

This commit is contained in:
flash 2019-02-12 11:40:11 +01:00
parent 36644423f5
commit 8a79ec6a8f

View file

@ -1,3 +1,5 @@
cwd="$(pwd)"
export DOTNET_CLI_TELEMETRY_OPTOUT=1
cd "$(dirname "$0")"
dotnet run --project BackupManager -c Release -f netcoreapp2.2 -- -cron
cd "$(cwd)"