updated imei profile script that causes boot loop when used

This commit is contained in:
unknown
2024-11-10 16:47:29 +08:00
parent a174267dd8
commit b5b18b9cd0
6 changed files with 104 additions and 32 deletions

View File

@@ -3,7 +3,7 @@
echo "Content-type: application/json"
echo ""
CONFIG_FILE="/etc/quecmanager/apn_config.txt"
CONFIG_FILE="/etc/quecmanager/apn_profile/apn_config.txt"
if [ ! -f "$CONFIG_FILE" ]; then
echo "{}"