Skip to content

Commit 42d97f7

Browse files
committed
update
1 parent be50807 commit 42d97f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine
22

3-
COPY clean.sh /
3+
COPY clean.sh list.txt /
44

55
CMD ["sh", "/clean.sh"]

scripts/clean-extractors-tmpfiles/clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
LIST=$1
3+
LIST=list.txt
44

55
while IFS=, read -r path days;
66
do

0 commit comments

Comments
 (0)