Skip to content

Commit

Permalink
Merge pull request #7 from PartialVolume/update_2020.02.004-0.29.006
Browse files Browse the repository at this point in the history
Update to 2020.02.004-0.29.006
  • Loading branch information
PartialVolume authored Apr 18, 2020
2 parents 9723350 + 6e3d74c commit 65e4f2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion board/shredos/fsoverlay/usr/bin/nwipe_launcher
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
# trap the ctrl+c signal
trap "echo" INT

# run nwipe with a time stamped log file
while true
do
/usr/bin/nwipe
/usr/bin/nwipe --logfile=nwipe_log_$(date +%Y%m%d-%H%M%S).txt
done

2 changes: 1 addition & 1 deletion package/nwipe/nwipe.hash
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sha1 2b8060aa08fc1350b42e7a5b8a4d8850571904c8 nwipe-v0.29.002.tar.gz
sha1 8fcfc811b72fe60f432cb1030df2b44a93b1b7b2 nwipe-v0.29.006.tar.gz

2 changes: 1 addition & 1 deletion package/nwipe/nwipe.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

NWIPE_VERSION = v0.29.002
NWIPE_VERSION = v0.29.006
NWIPE_SITE = $(call github,PartialVolume,nwipe,$(NWIPE_VERSION))
NWIPE_DEPENDENCIES = ncurses parted dmidecode coreutils

Expand Down

0 comments on commit 65e4f2d

Please sign in to comment.