Skip to content

Commit bb4dec1

Browse files
authored
Merge pull request AuxXxilium#1846 from AuxXxilium/dev
Dev
2 parents 980485e + cda52a9 commit bb4dec1

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

files/initrd/opt/arc/arc-functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1989,7 +1989,7 @@ function editGrubCfg() {
19891989
function greplogs() {
19901990
if [ -d "${PART1_PATH}/logs" ]; then
19911991
rm -f "${PART1_PATH}/log.tar.gz" >/dev/null
1992-
tar -czf "${PART1_PATH}/log.tar.gz" "${PART1_PATH}/logs"
1992+
tar -czf "${PART1_PATH}/log.tar.gz" -C "${PART1_PATH}/logs"
19931993
if [ -z "${SSH_TTY}" ]; then # web
19941994
mv -f "${PART1_PATH}/log.tar.gz" "/var/www/data/log.tar.gz"
19951995
chmod 644 "/var/www/data/log.tar.gz"
42 Bytes
Binary file not shown.

files/p3/custom/firmware.tgz

-1.74 KB
Binary file not shown.
-419 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)