functions: cleanup

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-06-01 09:50:32 +02:00
parent f5ebbf9704
commit f660cf6131

View File

@@ -447,7 +447,7 @@ function livepatch() {
fi
fi
if [ "${PVALID}" = "false" ]; then
local OFFLINE="$(readConfigKey "arc.offline" "${USER_CONFIG_FILE}")"
OFFLINE="$(readConfigKey "arc.offline" "${USER_CONFIG_FILE}")"
if [ "${OFFLINE}" = "false" ]; then
# Update Configs
echo -e "Updating Configs..."