Skip to content

Commit 5a76702

Browse files
committed
WIP: Close the console FD on upgrade
1 parent 79e2b98 commit 5a76702

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packaging/common/cfengine-hub/postinstall.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,4 +893,6 @@ fi
893893

894894
rm -f "$PREFIX/UPGRADED_FROM.txt"
895895

896+
exec $CONSOLE>&-
897+
896898
exit 0

0 commit comments

Comments
 (0)