
| Current Path : /usr/lib/recovery-mode/options/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| 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