File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 36
36
37
37
zip -r -@<< EOF "$BACKUP_LOCATION " > "$BACKUP_LOG " 2>&1
38
38
/mnt/UDISK/system.json
39
- /mnt/SDCARD/System/etc/quark.ini
40
- /mnt/SDCARD/System/etc/.post_new_install
41
39
/mnt/SDCARD/Emus/.emu_setup/overrides/
42
40
/mnt/SDCARD/Emus/NDS/backup
43
41
/mnt/SDCARD/Emus/NDS/config
46
44
/mnt/SDCARD/RetroArch/retroarch.cfg
47
45
/mnt/SDCARD/RetroArch/.retroarch/config/
48
46
/mnt/SDCARD/RetroArch/.retroarch/overlay/
47
+ /mnt/SDCARD/System/etc/.post_new_install
49
48
/mnt/SDCARD/System/etc/quark.ini
50
49
/mnt/SDCARD/System/etc/ssh/
51
50
/mnt/SDCARD/System/etc/syncthing/
Original file line number Diff line number Diff line change 1
- #! /bin/sh -x
1
+ #! /bin/sh
2
2
3
3
if [ -f " /mnt/SDCARD/System/bin/helpers.sh" ] && [ ! -d " /mnt/SDCARD/System/scripts" ]; then # Quark v1.0.x Angstrom
4
4
HELPERS_PATH=" /mnt/SDCARD/System/bin/helpers.sh"
You can’t perform that action at this time.
0 commit comments