diff options
author | midipix <writeonce@midipix.org> | 2020-10-13 00:37:26 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-10-13 00:37:26 +0000 |
commit | 6b9f4ecdfd83b99112c4fca9674dbc5761650989 (patch) | |
tree | 4f5e813206240125184239d78098ad2b329e23b3 /once | |
parent | 3535ad4653c33bbd65a6aeab863a9e329755f1da (diff) | |
download | mpackage-6b9f4ecdfd83b99112c4fca9674dbc5761650989.tar.bz2 mpackage-6b9f4ecdfd83b99112c4fca9674dbc5761650989.tar.xz |
once/get_updates.sh: append to /updates/update.log rather than replace it.
Diffstat (limited to 'once')
-rwxr-xr-x | once/get_updates.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/once/get_updates.sh b/once/get_updates.sh index 08ce281..1d3b191 100755 --- a/once/get_updates.sh +++ b/once/get_updates.sh @@ -75,7 +75,7 @@ obtain_remote_file() } # logging -exec 3> /updates/update.log +exec 3>> /updates/update.log # previous state if [ -f /updates/update.pending ]; then |