fixing ls (#335)
This commit is contained in:
parent
acbd4ce252
commit
733460e530
1 changed files with 2 additions and 2 deletions
|
|
@ -46,13 +46,13 @@ Package()
|
|||
dotnet publish -c Release --no-restore --self-contained --runtime $runtime -o "$lOutputFolder" --framework $framework
|
||||
|
||||
echo "Integrity check on API wwwroot folder"
|
||||
ls -l "$lOutputFolder"/API/wwwroot
|
||||
ls -l "$lOutputFolder"/wwwroot
|
||||
|
||||
echo "Renaming API -> Kavita"
|
||||
mv "$lOutputFolder"/API "$lOutputFolder"/Kavita
|
||||
|
||||
echo "Integrity check on Kavita wwwroot folder"
|
||||
ls -l "$lOutputFolder"/Kavita/wwwroot
|
||||
ls -l "$lOutputFolder"/wwwroot
|
||||
|
||||
echo "Copying Install information"
|
||||
cp ../INSTALL.txt "$lOutputFolder"/README.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue