HEX
Server: Apache
System: Linux web2.fi.cloudlogin.co 5.10.241-xeon-hst #3 SMP Fri Aug 29 13:26:38 UTC 2025 x86_64
User: otjinenec (286614)
PHP: 8.3.25
Disabled: NONE
Upload Files
File: //etc/x2go/x2go_logout
# /etc/x2go/x2go_logout: system-wide .x2go_logout file for X2Go sessions
# for Bash and Bash compatible shells (bash(1), ksh(1), ash(1), ...).

if [ -d /etc/x2go/x2go_logout.d ]; then
  for subscript in /etc/x2go/x2go_logout.d/*; do
    if [ -r $subscript ]; then
      # subscripts may fail, we ignore that here...
      . $subscript || true
    fi
  done
  unset subscript
fi