Merge pull request #5005 from AuxXxilium/dev

tree: fix automated
This commit is contained in:
AuxXxilium
2024-11-30 23:27:14 +01:00
committed by GitHub

View File

@@ -483,7 +483,7 @@ function arcSettings() {
dialog --backtitle "$(backtitlep)" --colors --title "Network Config" \
--infobox "Generating Network Config..." 3 40
sleep 2
if [ "${ARCPATCH}" != "user" ]; then
if grep -vq "automated_arc" /proc/cmdline && [ "${ARCPATCH}" != "user" ]; then
getnet
fi
[ $? -ne 0 ] && return 1