Skip to content

Commit 93600e3

Browse files
committed
move logout hook check to after env log
1 parent b78870e commit 93600e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
blockinfile:
109109
path: "{{ hook_logout_script.stdout }}"
110110
backup: false # otherwise it might get executed by ft-init!
111-
insertafter: 'set -e'
111+
insertafter: 'env'
112112
block: |
113113
# Check if the hook was called from a greeter exiting or a student session exiting
114114
# Display :0 is used for the first greeter and gets reused for the student session.

0 commit comments

Comments
 (0)