Make sure we're running from the proper directory.
This commit is contained in:
parent
36644423f5
commit
8a79ec6a8f
1 changed files with 3 additions and 1 deletions
|
@ -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)"
|
||||
|
|
Reference in a new issue