We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581067c commit fd7c390Copy full SHA for fd7c390
System/starts/°cutomization.sh
@@ -46,6 +46,10 @@ if [ ! -e "/usr/trimui/fw_mod_done" ]; then
46
cp /mnt/SDCARD/System/usr/trimui/scripts/MainUI_default_system.json /mnt/UDISK/system.json
47
# sed -i "s|\"theme\":.*|\"theme\": \"/mnt/SDCARD/Themes/CrossMix - OS/\",|" "$system_json"
48
49
+ # we set the customization flag
50
+ touch "/usr/trimui/fw_mod_done"
51
+ sync
52
+
53
################ CrossMix-OS SD card Customization ################
54
55
# Sorting Themes Alphabetically
@@ -95,9 +99,6 @@ if [ ! -e "/usr/trimui/fw_mod_done" ]; then
95
99
echo "Unmounting $TARGET_PARTITION..."
96
100
umount $TARGET_PARTITION
97
101
rmdir $MOUNT_POINT
98
-
- touch "/usr/trimui/fw_mod_done"
- sync
102
fi
103
104
0 commit comments