Skip to content

Commit

Permalink
Some little fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fbelavenuto committed Dec 12, 2022
1 parent 17a35c1 commit 87c351c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0-beta8
1.0-beta9
2 changes: 1 addition & 1 deletion files/board/arpl/overlayfs/opt/arpl/menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -646,13 +646,13 @@ function extractDsmFiles() {
rm -rf "${RAMDISK_PATH}"
mkdir -p "${RAMDISK_PATH}"
tar -xf "${OLDPAT_PATH}" -C "${RAMDISK_PATH}" rd.gz >"${LOG_FILE}" 2>&1
[ ${CLEARCACHE} -eq 1 ] && rm -f "${OLDPAT_PATH}"
if [ $? -ne 0 ]; then
rm -f "${OLDPAT_PATH}"
rm -rf "${RAMDISK_PATH}"
dialog --backtitle "`backtitle`" --title "Error extracting" --textbox "${LOG_FILE}" 0 0
return 1
fi
[ ${CLEARCACHE} -eq 1 ] && rm -f "${OLDPAT_PATH}"
# Extract all files from rd.gz
(cd "${RAMDISK_PATH}"; xz -dc < rd.gz | cpio -idm) >/dev/null 2>&1 || true
# Copy only necessary files
Expand Down
4 changes: 2 additions & 2 deletions files/board/arpl/overlayfs/opt/arpl/model-configs/DS1520+.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ beta: true
dom: 2
serial:
prefix:
- "2270"
middle: "TRR"
- "2060"
middle: "RYR"
suffix: "alpha"
disks: 6
dt: true
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified files/board/arpl/p3/modules/epyc7002-5.10.55.tgz
Binary file not shown.

0 comments on commit 87c351c

Please sign in to comment.