AlaK4X
Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64



Your IP : 18.188.69.167


Current Path : /usr/lib/recovery-mode/options/
Upload File :
Current File : //usr/lib/recovery-mode/options/failsafeX

#!/bin/sh

. /lib/recovery-mode/l10n.sh

# no failsafe X session
if [ ! -e /usr/share/xdiagnose/failsafeXServer ]; then
    exit 1
fi

if [ "$1" = "test" ]; then
  echo $(eval_gettext "Run in failsafe graphic mode")
  exit 0
fi

/usr/share/xdiagnose/failsafeXServer

exit 0