Readded directory shit.
This commit is contained in:
parent
1f9ac0552a
commit
dd7b63fc24
1 changed files with 5 additions and 0 deletions
|
@ -1,2 +1,7 @@
|
||||||
|
cwd="$(pwd)"
|
||||||
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||||
dotnet run --project BackupManager -c Release -f net6.0 -- -cron
|
dotnet run --project BackupManager -c Release -f net6.0 -- -cron
|
||||||
|
|
||||||
|
cd "$cwd"
|
||||||
|
|
Reference in a new issue