Remove temp files
This commit is contained in:
parent
8b9455d0e1
commit
bc753c70a6
1 changed files with 4 additions and 0 deletions
|
@ -40,3 +40,7 @@ mkdir -p $microsoftBootDir
|
||||||
cp ./PreLoader.efi $microsoftBootDir/bootmgfw.efi
|
cp ./PreLoader.efi $microsoftBootDir/bootmgfw.efi
|
||||||
cp ./HashTool.efi $microsoftBootDir
|
cp ./HashTool.efi $microsoftBootDir
|
||||||
cp $systemdFile $microsoftBootDir/$loaderBaseName
|
cp $systemdFile $microsoftBootDir/$loaderBaseName
|
||||||
|
|
||||||
|
# Remove context directory
|
||||||
|
cd $workingDirectory
|
||||||
|
rm -rf $contextRoot
|
||||||
|
|
Loading…
Reference in a new issue