This commit is contained in:
flash 2019-08-16 05:09:20 +02:00
commit 451fabd371

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)"