Skip to content

Commit 2a76ac8

Browse files
committed
Final cleanup now...
1 parent 2f252f9 commit 2a76ac8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Updater/backup.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ else
3636

3737
zip -r -@<<EOF "$BACKUP_LOCATION" > "$BACKUP_LOG" 2>&1
3838
/mnt/UDISK/system.json
39-
/mnt/SDCARD/System/etc/quark.ini
40-
/mnt/SDCARD/System/etc/.post_new_install
4139
/mnt/SDCARD/Emus/.emu_setup/overrides/
4240
/mnt/SDCARD/Emus/NDS/backup
4341
/mnt/SDCARD/Emus/NDS/config
@@ -46,6 +44,7 @@ else
4644
/mnt/SDCARD/RetroArch/retroarch.cfg
4745
/mnt/SDCARD/RetroArch/.retroarch/config/
4846
/mnt/SDCARD/RetroArch/.retroarch/overlay/
47+
/mnt/SDCARD/System/etc/.post_new_install
4948
/mnt/SDCARD/System/etc/quark.ini
5049
/mnt/SDCARD/System/etc/ssh/
5150
/mnt/SDCARD/System/etc/syncthing/

Updater/launch.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh -x
1+
#!/bin/sh
22

33
if [ -f "/mnt/SDCARD/System/bin/helpers.sh" ] && [ ! -d "/mnt/SDCARD/System/scripts" ]; then # Quark v1.0.x Angstrom
44
HELPERS_PATH="/mnt/SDCARD/System/bin/helpers.sh"

0 commit comments

Comments
 (0)