diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/session.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/session.sh b/lib/session.sh index 0e29d4b..834567c 100644 --- a/lib/session.sh +++ b/lib/session.sh @@ -92,6 +92,8 @@ session_end() { session_unset_sigs + ${session_atexit} + # Unregister the session. profile_bind_umount "${session_arch}" "${session_plat}" \ "${session_mountdir}" \ |