Skip to content

Commit

Permalink
Fix settings not saved on FW 1.0.4 hotfix 9
Browse files Browse the repository at this point in the history
Wifi/bluetooth/themes settings was not saved on FW 1.0.4 hotfix 9
  • Loading branch information
cizia64 committed Jun 14, 2024
1 parent 581067c commit fd7c390
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions System/starts/°cutomization.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ if [ ! -e "/usr/trimui/fw_mod_done" ]; then
cp /mnt/SDCARD/System/usr/trimui/scripts/MainUI_default_system.json /mnt/UDISK/system.json
# sed -i "s|\"theme\":.*|\"theme\": \"/mnt/SDCARD/Themes/CrossMix - OS/\",|" "$system_json"

# we set the customization flag
touch "/usr/trimui/fw_mod_done"
sync

################ CrossMix-OS SD card Customization ################

# Sorting Themes Alphabetically
Expand Down Expand Up @@ -95,9 +99,6 @@ if [ ! -e "/usr/trimui/fw_mod_done" ]; then
echo "Unmounting $TARGET_PARTITION..."
umount $TARGET_PARTITION
rmdir $MOUNT_POINT

touch "/usr/trimui/fw_mod_done"
sync
fi
fi

Expand Down

0 comments on commit fd7c390

Please sign in to comment.