Merge branch 'master' of https://github.com/flashii/backup-manager
This commit is contained in:
commit
451fabd371
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
cwd="$(pwd)"
|
||||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||||
|
cd "$(dirname "$0")"
|
||||||
dotnet run --project BackupManager -c Release -f netcoreapp2.2 -- -cron
|
dotnet run --project BackupManager -c Release -f netcoreapp2.2 -- -cron
|
||||||
|
cd "$(cwd)"
|
||||||
|
|
Reference in a new issue