Skip to content

Commit

Permalink
Add error for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
konect-V committed Jun 22, 2024
1 parent 0d26641 commit 01d66ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions target/build/liamd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ else
xbstrap install $PACKAGE_NAME --$ACTION
fi

ERROR_XBSTRAP=$?

cd target/ # target

if [ "$INSTALL" = "true" ]; then
Expand All @@ -33,3 +35,5 @@ if [ "$INSTALL" = "true" ]; then
fi

source boot-disk.sh unmount liamd amd64 $BOOT_DEVICE boot_disk_kot_mount

exit $ERROR_XBSTRAP

0 comments on commit 01d66ae

Please sign in to comment.