Skip to content

Commit 3dcc79f

Browse files
fix scripts
1 parent 82c39e2 commit 3dcc79f

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

plugins/gz-packer.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ target_source=/
55
# target_source=
66

77
tar \
8-
--exclude="${target_source}"/dev/* \
9-
--exclude="${target_source}"/run/* \
10-
--exclude="${target_source}"/proc/* \
11-
--exclude="${target_source}"/sys/* \
12-
--exclude="${target_source}"/tmp/* \
13-
--exclude="${target_source}"/${0} \
8+
--exclude="${target_source}"dev/* \
9+
--exclude="${target_source}"run/* \
10+
--exclude="${target_source}"proc/* \
11+
--exclude="${target_source}"sys/* \
12+
--exclude="${target_source}"tmp/* \
13+
--exclude="${target_source}"${0} \
1414
--exclude="${target}" \
1515
--exclude-caches-all \
1616
-cpf \

plugins/j-packer.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ target=$1
44
target_source=/
55

66
tar \
7-
--exclude="${target_source}"/dev/* \
8-
--exclude="${target_source}"/run/* \
9-
--exclude="${target_source}"/proc/* \
10-
--exclude="${target_source}"/sys/* \
11-
--exclude="${target_source}"/tmp/* \
12-
--exclude="${target_source}"/${0} \
7+
--exclude="${target_source}"dev/* \
8+
--exclude="${target_source}"run/* \
9+
--exclude="${target_source}"proc/* \
10+
--exclude="${target_source}"sys/* \
11+
--exclude="${target_source}"tmp/* \
12+
--exclude="${target_source}"${0} \
1313
--exclude="${target}" \
1414
--exclude-caches-all \
1515
-cpf \

plugins/lz-packer.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ target_source=/
55
# target_source=
66

77
tar \
8-
--exclude="${target_source}"/dev/* \
9-
--exclude="${target_source}"/run/* \
10-
--exclude="${target_source}"/proc/* \
11-
--exclude="${target_source}"/sys/* \
12-
--exclude="${target_source}"/tmp/* \
13-
--exclude="${target_source}"/${0} \
8+
--exclude="${target_source}"dev/* \
9+
--exclude="${target_source}"run/* \
10+
--exclude="${target_source}"proc/* \
11+
--exclude="${target_source}"sys/* \
12+
--exclude="${target_source}"tmp/* \
13+
--exclude="${target_source}"${0} \
1414
--exclude="${target}" \
1515
--exclude-caches-all \
1616
-cpf \

0 commit comments

Comments
 (0)