Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhamvis98 committed Aug 13, 2024
1 parent 2e062f6 commit 52a481f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions funcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,8 @@ cleanup() {
rm -rf ${ROOTFS} ./partuuid
losetup -d ${LOOP}
}

trap ctrl_c INT
ctrl_c() {
exit 1
}

0 comments on commit 52a481f

Please sign in to comment.