Fixed var reference.
This commit is contained in:
parent
cc2d295273
commit
b541481e9b
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ cwd="$(pwd)"
|
|||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||
cd "$(dirname "$0")"
|
||||
dotnet run --project BackupManager -c Release -f net5.0 -- -cron
|
||||
cd "$(cwd)"
|
||||
cd "$cwd"
|
||||
|
|
Reference in a new issue