Merge pull request #549 from fewtarius/dev

Fix portmaster on RG552.
This commit is contained in:
fewtarius 2022-09-24 10:44:16 -04:00 committed by GitHub
commit edd67659da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,4 +4,8 @@
# Copyright (C) 2020-present Fewtarius
# Maintenance 2022-present BrooksyTech (https://github.com/brooksytech)
if [ "${UI_SERVICE}" = "weston.service" ]
then
sed -i -e "s#[2]\>.*tty0##" -e "s#\>.*dev/tty0##g" /storage/roms/ports/PortMaster.sh
fi
/storage/roms/ports/PortMaster.sh