Merge branch 'Boria138-batocera' into devel

This commit is contained in:
Mikhail Tergoev 2024-10-14 18:53:17 +03:00
commit 6341e810d9

@ -16,7 +16,7 @@ echo '
' '
$PW_DEBUG $PW_DEBUG
if [[ $(id -u) = 0 ]] ; then if [[ $(id -u) = 0 ]] && [[ ! -e "/userdata/system/batocera.conf" ]] ; then
echo "Do not run this script as root!" echo "Do not run this script as root!"
exit 1 exit 1
fi fi