Merge branch 'batocera' of github.com:Boria138/PortWINE into Boria138-batocera

This commit is contained in:
Mikhail Tergoev 2024-10-14 18:53:11 +03:00
commit 411480c3c5

@ -16,7 +16,7 @@ echo '
'
$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!"
exit 1
fi